Searched refs:SYSTEM_WAKE (Results 1 – 2 of 2) sorted by relevance
75 static final byte SYSTEM_WAKE = 0b001; field in AoaDevice273 send(AoaDevice.HID.SYSTEM, new byte[] {SYSTEM_WAKE}, ACTION_DELAY); in wakeUp()
29 import static com.android.helper.aoa.AoaDevice.SYSTEM_WAKE;266 verifyHidRequest(times(1), AoaDevice.HID.SYSTEM, SYSTEM_WAKE); in testWakeUp()