Searched refs:simulateDeviceUuidEvent (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/companion/core/src/android/companion/cts/core/ |
D | ObservingDeviceUuidEventTest.kt | 117 simulateDeviceUuidEvent(UUID_A, EVENT_BT_CONNECTED) in test_startObservingDeviceUuidPresence_singleDevice() 124 simulateDeviceUuidEvent(UUID_A, EVENT_BT_DISCONNECTED) in test_startObservingDeviceUuidPresence_singleDevice() 139 simulateDeviceUuidEvent(UUID_A, EVENT_BT_CONNECTED) in test_startObservingDeviceUuidPresence_multiDevices() 151 simulateDeviceUuidEvent(UUID_B, EVENT_BT_CONNECTED) in test_startObservingDeviceUuidPresence_multiDevices() 163 simulateDeviceUuidEvent(UUID_B, EVENT_BT_DISCONNECTED) in test_startObservingDeviceUuidPresence_multiDevices() 173 simulateDeviceUuidEvent(UUID_A, EVENT_BT_DISCONNECTED) in test_startObservingDeviceUuidPresence_multiDevices() 208 simulateDeviceUuidEvent(UUID_A, EVENT_BT_CONNECTED) in test_observingDevicePresence_bothAssociationAndUuid() 222 simulateDeviceUuidEvent(UUID_A, EVENT_BT_DISCONNECTED) in test_observingDevicePresence_bothAssociationAndUuid()
|
D | DeviceEventDeviceLockedTest.kt | 203 simulateDeviceUuidEvent(UUID_A, DevicePresenceEvent.EVENT_BT_DISCONNECTED) in test_uuid_event_on_device_locked()
|
/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/ |
D | RebindServiceTest.kt | 139 simulateDeviceUuidEvent(UUID_A, EVENT_BT_CONNECTED) in <lambda>()
|
/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
D | TestBase.kt | 188 fun simulateDeviceUuidEvent(uuid: ParcelUuid, event: Int) = in simulateDeviceEvent() method in android.companion.cts.common.TestBase
|