Home
last modified time | relevance | path

Searched refs:simulateDeviceEventDeviceUnlocked (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DDeviceEventDeviceLockedTest.kt80 simulateDeviceEventDeviceUnlocked(userId) in test_ble_event_on_device_locked()
120 simulateDeviceEventDeviceUnlocked(userId) in test_bt_event_on_device_locked()
167 simulateDeviceEventDeviceUnlocked(userId) in test_bt_ble_event_on_device_locked()
195 simulateDeviceEventDeviceUnlocked(userId) in test_uuid_event_on_device_locked()
240 simulateDeviceEventDeviceUnlocked(userId) in test_ble_event_disappeared_before_device_unlocked()
278 simulateDeviceEventDeviceUnlocked(userId) in test_bt_event_disconnected_before_device_unlocked()
306 simulateDeviceEventDeviceUnlocked(userId) in test_uuid_event_disconnected_before_device_unlocked()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt201 fun simulateDeviceEventDeviceUnlocked(userId: Int) { in simulateDeviceEventDeviceUnlocked() method in android.companion.cts.common.TestBase