Home
last modified time | relevance | path

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

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DDeviceEventDeviceLockedTest.kt71 simulateDeviceEventDeviceLocked( in test_ble_event_on_device_locked()
111 simulateDeviceEventDeviceLocked( in test_bt_event_on_device_locked()
151 simulateDeviceEventDeviceLocked( in test_bt_ble_event_on_device_locked()
157 simulateDeviceEventDeviceLocked( in test_bt_ble_event_on_device_locked()
186 simulateDeviceEventDeviceLocked( in test_uuid_event_on_device_locked()
224 simulateDeviceEventDeviceLocked( in test_ble_event_disappeared_before_device_unlocked()
232 simulateDeviceEventDeviceLocked( in test_ble_event_disappeared_before_device_unlocked()
265 simulateDeviceEventDeviceLocked( in test_bt_event_disconnected_before_device_unlocked()
271 simulateDeviceEventDeviceLocked( in test_bt_event_disconnected_before_device_unlocked()
293 simulateDeviceEventDeviceLocked( in test_uuid_event_disconnected_before_device_unlocked()
[all …]
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt194 fun simulateDeviceEventDeviceLocked(associationId: Int, userId: Int, event: Int, uuid: String) { in simulateDeviceEvent() method