Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DTfObjectTrackerTest.java40 String uuid = UUID.randomUUID().toString(); in testNotTracking() local
49 String uuid = UUID.randomUUID().toString(); in testTrackingWithParents() local
67 String uuid = UUID.randomUUID().toString(); in testTracking() local
87 String uuid = UUID.randomUUID().toString(); in testInternalClass() local
DInvocationMetricLoggerTest.java57 String uuid = UUID.randomUUID().toString(); in logMetric() local
/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py90 def _find_service_added_event(self, gatt_server_callback, uuid): argument
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py46 def test_tracker_info(uuid, extra_environment_info=None, predicate=None): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/p2p/
Dwifi_p2p_const.py84 uuid = "6859dede-8574-59ab-9332-123456789011" variable in UpnpTestData
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py100 def _find_service_added_event(self, gatt_server_cb, uuid): argument
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java190 String uuid = null; in getGroupingKey() local
/tools/test/connectivity/acts/tests/google/bt/
DRfcommTest.py68 def _test_rfcomm_connection_with_uuid(self, uuid): argument
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py281 def mmi_discover_service_uuid_range(self, uuid): argument
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1111 uuid=None): argument
1151 uuid=None): argument
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dbluetooth_device.py107 def gatt_client_discover_characteristic_by_uuid(self, peer_identifier, argument
1123 def gatt_client_discover_characteristic_by_uuid(self, peer_identifier, argument
1283 def _read_all_characteristics(self, peer_identifier, uuid=None): argument