Home
last modified time | relevance | path

Searched refs:simulateDeviceUuidEvent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DObservingDeviceUuidEventTest.kt117 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()
DDeviceEventDeviceLockedTest.kt203 simulateDeviceUuidEvent(UUID_A, DevicePresenceEvent.EVENT_BT_DISCONNECTED) in test_uuid_event_on_device_locked()
/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/
DRebindServiceTest.kt139 simulateDeviceUuidEvent(UUID_A, EVENT_BT_CONNECTED) in <lambda>()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt188 fun simulateDeviceUuidEvent(uuid: ParcelUuid, event: Int) = in simulateDeviceEvent() method in android.companion.cts.common.TestBase