BluetoothUtils
public
class
BluetoothUtils
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.BluetoothUtils |
Fonctions utilitaires permettant d'appeler l'instrumentation Bluetooth sur l'appareil
Le code d'instrumentation Bluetooth côté appareil est disponible dans AOSP à l'adresse suivante:
frameworks/base/core/tests/bluetoothtests
Résumé
Champs | |
---|---|
public
static
final
String |
BTSNOOP_API
|
public
static
final
String |
BTSNOOP_CMD
|
public
static
final
String |
BTSNOOP_DISABLE_CMD
|
public
static
final
String |
BTSNOOP_ENABLE_CMD
|
public
static
final
String |
GOLD_BTSNOOP_LOG_PATH
|
public
static
final
String |
O_BUILD
|
Constructeurs publics | |
---|---|
BluetoothUtils()
|
Méthodes publiques | |
---|---|
static
void
|
cleanLogFile(ITestDevice device)
Supprimer le fichier journal snoop de l'appareil |
static
boolean
|
disable(ITestDevice device)
Désactive le Bluetooth sur l'appareil donné |
static
boolean
|
disableBtsnoopLogging(ITestDevice device, File sl4aApkFile)
Désactiver la journalisation btsnoop par appel sl4a |
static
boolean
|
disableBtsnoopLogging(ITestDevice device)
Désactiver la journalisation btsnoop par appel sl4a |
static
boolean
|
enable(ITestDevice device)
Active le Bluetooth sur l'appareil donné |
static
boolean
|
enableBtsnoopLogging(ITestDevice device, File sl4aApkFile)
Activer la journalisation btsnoop par appel sl4a |
static
boolean
|
enableBtsnoopLogging(ITestDevice device)
Activer la journalisation btsnoop par appel sl4a |
static
String
|
getBluetoothMac(ITestDevice device)
Récupère le Mac BT de l'appareil donné. |
static
|
getBondedDevices(ITestDevice device)
Affiche les adresses MAC Bluetooth des appareils auxquels cet appareil est associé. |
static
String
|
getBtSnoopLogFilePath(ITestDevice device)
Obtenir le chemin d'accès au fichier journal bt Snoop à partir du fichier bt_stack.config |
static
String
|
runBluetoothInstrumentation(ITestDevice device, String command)
Méthode pratique pour exécuter une commande d'instrumentation Bluetooth et renvoyer un résultat |
static
boolean
|
runBluetoothInstrumentationWithRetry(ITestDevice device, String command)
|
static
boolean
|
toggleBtsnoopLogging(Sl4aClient client, boolean onOff)
|
static
boolean
|
unpairWithRetry(ITestDevice device)
Nouvelles tentatives d'effacement de l'association Bluetooth avec l'intervalle linéaire |
static
void
|
uploadLogFiles(ITestInvocationListener listener, ITestDevice device, String type, int iteration)
Importer le fichier journal Snoop pour les résultats des tests |
Champs
API BTSNOOP
public static final String BTSNOOP_API
BTSNOOP_CMD
public static final String BTSNOOP_CMD
BTSNOOP_DISABLE_CMD
public static final String BTSNOOP_DISABLE_CMD
BTSNOOP_ENABLE_CMD
public static final String BTSNOOP_ENABLE_CMD
CHEMIN_LOG_GOLD_BTSNOOP_LOG_PATH
public static final String GOLD_BTSNOOP_LOG_PATH
CRÉER
public static final String O_BUILD
Constructeurs publics
BluetoothUtils
public BluetoothUtils ()
Méthodes publiques
cleanLogFile
public static void cleanLogFile (ITestDevice device)
Supprimer le fichier journal snoop de l'appareil
Paramètres | |
---|---|
device |
ITestDevice |
Génère | |
---|---|
DeviceNotAvailableException |
désactiver
public static boolean disable (ITestDevice device)
Désactive le Bluetooth sur l'appareil donné
Renvoie | |
---|---|
boolean |
"True" si la désactivation a réussi, "false" dans le cas contraire |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
désactiverBtsnoopLogging
public static boolean disableBtsnoopLogging (ITestDevice device, File sl4aApkFile)
Désactiver la journalisation btsnoop par appel sl4a
Paramètres | |
---|---|
sl4aApkFile |
File : emplacement du fichier sl4a.apk, valeur nulle s'il a été installé. |
Renvoie | |
---|---|
boolean |
succès ou non |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
désactiverBtsnoopLogging
public static boolean disableBtsnoopLogging (ITestDevice device)
Désactiver la journalisation btsnoop par appel sl4a
Renvoie | |
---|---|
boolean |
succès ou non |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
activer
public static boolean enable (ITestDevice device)
Active le Bluetooth sur l'appareil donné
Renvoie | |
---|---|
boolean |
"True" si l'activation réussit, false dans le cas contraire |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
enableBtsnoopLogging
public static boolean enableBtsnoopLogging (ITestDevice device, File sl4aApkFile)
Activer la journalisation btsnoop par appel sl4a
Paramètres | |
---|---|
sl4aApkFile |
File : emplacement du fichier sl4a.apk, valeur nulle s'il a été installé. |
Renvoie | |
---|---|
boolean |
succès ou non |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
enableBtsnoopLogging
public static boolean enableBtsnoopLogging (ITestDevice device)
Activer la journalisation btsnoop par appel sl4a
Renvoie | |
---|---|
boolean |
succès ou non |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
getBluetoothMac
public static String getBluetoothMac (ITestDevice device)
Récupère le Mac BT de l'appareil donné.
Renvoie | |
---|---|
String |
BT Mac ou valeur null si introuvable |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
getBondedDevices
public staticgetBondedDevices (ITestDevice device)
Affiche les adresses MAC Bluetooth des appareils auxquels cet appareil est associé.
Renvoie | |
---|---|
|
adresses mac Bluetooth |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
getBtSnoopLogFilePath
public static String getBtSnoopLogFilePath (ITestDevice device)
Obtenir le chemin d'accès au fichier journal bt Snoop à partir du fichier bt_stack.config
Renvoie | |
---|---|
String |
Le nom de fichier pour bt_snoop_log ou la valeur null si le fichier est introuvable |
Génère | |
---|---|
DeviceNotAvailableException |
runBluetoothInstrumentation
public static String runBluetoothInstrumentation (ITestDevice device, String command)
Méthode pratique pour exécuter une commande d'instrumentation Bluetooth et renvoyer un résultat
Paramètres | |
---|---|
command |
String : chaîne de commande envoyée à l'instrumentation BT. Actuellement compatible:
enable, disabled, unpairAll, getName, getAddress, getBondedDevices; se référer à
Source AOSP pour en savoir plus |
Renvoie | |
---|---|
String |
sortie de l'instrumentation Bluetooth |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
runBluetoothInstrumentationWithRéessayer
public static boolean runBluetoothInstrumentationWithRetry (ITestDevice device, String command)
Paramètres | |
---|---|
device |
ITestDevice |
command |
String |
Renvoie | |
---|---|
boolean |
Génère | |
---|---|
DeviceNotAvailableException |
activer/désactiverBtsnoopLogging
public static boolean toggleBtsnoopLogging (Sl4aClient client, boolean onOff)
Paramètres | |
---|---|
client |
Sl4aClient |
onOff |
boolean |
Renvoie | |
---|---|
boolean |
Génère | |
---|---|
DeviceNotAvailableException |
Dissocier avec Réessayer
public static boolean unpairWithRetry (ITestDevice device)
Nouvelles tentatives d'effacement de l'association Bluetooth avec l'intervalle linéaire
Renvoie | |
---|---|
boolean |
Génère | |
---|---|
|
com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
téléchargerFichiersLogFiles
public static void uploadLogFiles (ITestInvocationListener listener, ITestDevice device, String type, int iteration)
Importer le fichier journal Snoop pour les résultats des tests
Paramètres | |
---|---|
listener |
ITestInvocationListener |
device |
ITestDevice |
type |
String |
iteration |
int |
Génère | |
---|---|
DeviceNotAvailableException |