Home
last modified time | relevance | path

Searched defs:droid (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/tests/google/ble/api/
DBleAdvertiseApiTest.py1017 def verify_adv_settings_adv_mode(self, droid, exp_adv_mode): argument
1035 def verify_adv_settings_tx_power_level(self, droid, exp_adv_tx_power): argument
1054 def verify_adv_settings_is_connectable(self, droid, exp_is_connectable): argument
1074 def verify_adv_data_service_uuids(self, droid, exp_service_uuids): argument
1093 def verify_adv_data_service_data(self, droid, exp_service_data_uuid, argument
1115 def verify_adv_data_manu_id(self, droid, exp_manu_id, argument
1137 def verify_adv_data_include_tx_power_level(self, droid, argument
1159 def verify_adv_data_include_device_name(self, droid, argument
1179 def verify_invalid_adv_settings_adv_mode(self, droid, exp_adv_mode): argument
1192 def verify_invalid_adv_settings_tx_power_level(self, droid, argument
[all …]
DBleScanApiTest.py74 def validate_scan_settings_helper(self, input, droid): argument
1238 def verify_classic_ble_scan_with_service_uuids(self, droid, scan_callback, argument
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py72 def generate_ble_scan_objects(droid): argument
79 def generate_ble_advertise_objects(droid): argument
109 def build_advertise_settings(droid, mode, txpower, type): argument
342 def get_device_local_info(droid): argument
349 def enable_bluetooth(droid, ed): argument
357 def disable_bluetooth(droid, ed): argument
396 def set_device_name(droid, name): argument
405 def check_device_supported_profiles(droid): argument
Dbt_gatt_utils.py158 def setup_characteristics_and_descriptors(droid): argument
247 def setup_characteristics_and_descriptors(droid): argument
285 def setup_gatt_characteristics(droid, input): argument
294 def setup_gatt_descriptors(droid, input): argument
DGattConnectedBaseTest.py113 def _timed_pop(self, gatt_event, droid, gatt_callback): argument
121 def _setup_characteristics_and_descriptors(self, droid): argument
/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py65 def _setup_characteristics_and_descriptors(self, droid): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py363 def droid(self): member in AndroidDevice
479 def get_dispatcher(self, droid): argument
Devent_dispatcher.py42 def __init__(self, droid): argument
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py60 def _setup_characteristics_and_descriptors(self, droid): argument