Home
last modified time | relevance | path

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

/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java75 static final byte SYSTEM_WAKE = 0b001; field in AoaDevice
273 send(AoaDevice.HID.SYSTEM, new byte[] {SYSTEM_WAKE}, ACTION_DELAY); in wakeUp()
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java29 import static com.android.helper.aoa.AoaDevice.SYSTEM_WAKE;
266 verifyHidRequest(times(1), AoaDevice.HID.SYSTEM, SYSTEM_WAKE); in testWakeUp()