/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/api/ |
D | BleAdvertiseApiTest.py | 1191 def verify_adv_settings_adv_mode(self, droid, exp_adv_mode): argument 1209 def verify_adv_settings_tx_power_level(self, droid, exp_adv_tx_power): argument 1228 def verify_adv_settings_is_connectable(self, droid, exp_is_connectable): argument 1248 def verify_adv_settings_own_address_type(self, droid, argument 1269 def verify_adv_set_address_type_start_adv(self, droid, own_address_type, argument 1300 def verify_adv_data_service_uuids(self, droid, exp_service_uuids): argument 1319 def verify_adv_data_service_data(self, droid, exp_service_data_uuid, argument 1341 def verify_adv_data_manu_id(self, droid, exp_manu_id, argument 1363 def verify_adv_data_include_tx_power_level(self, droid, argument 1386 def verify_adv_data_include_device_name(self, droid, argument [all …]
|
D | BleScanApiTest.py | 74 def validate_scan_settings_helper(self, input, droid): argument 1280 def verify_classic_ble_scan_with_service_uuids(self, droid, scan_callback, argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 124 def check_device_supported_profiles(droid): argument 445 def disable_bluetooth(droid): argument 521 def enable_bluetooth(droid, ed): argument 568 def generate_ble_advertise_objects(droid): argument 585 def generate_ble_scan_objects(droid): argument 1555 def set_device_name(droid, name): argument 1769 def wait_for_bluetooth_manager_state(droid, argument
|
D | bt_gatt_utils.py | 187 def setup_characteristics_and_descriptors(droid): argument 286 def setup_characteristics_and_descriptors(droid): argument 335 def setup_gatt_characteristics(droid, input): argument 344 def setup_gatt_descriptors(droid, input): argument
|
D | GattConnectedBaseTest.py | 112 def _timed_pop(self, gatt_event, droid, gatt_callback): argument 119 def _setup_characteristics_and_descriptors(self, droid): argument
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowTypefaceTest.java | 135 Typeface droid = Typeface.create("droid", Typeface.BOLD); in equals_robotoAndDroid_shouldBeFalse() local 148 Typeface droid = Typeface.create("droid", Typeface.BOLD); in hashCode_robotoAndDroid_shouldNotBeEqual() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | BleFuchsiaTest.py | 29 droid = None variable in BleFuchsiaTest
|
D | BleFuchsiaAndroidTest.py | 36 droid = None variable in BleFuchsiaAndroidTest
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/netstack/ |
D | NetstackIfaceTest.py | 27 droid = None variable in NetstackIfaceTest
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | carousel.js | 42 function droid(appName){ function
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 630 def droid(self): member in AndroidDevice 792 def get_dispatcher(self, droid): argument
|