Home
last modified time | relevance | path

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

/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java77 static final byte SYSTEM_BACK = 0b100; field in AoaDevice
283 send(AoaDevice.HID.SYSTEM, new byte[] {SYSTEM_BACK}, ACTION_DELAY); in goBack()
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java27 import static com.android.helper.aoa.AoaDevice.SYSTEM_BACK;
282 verifyHidRequest(times(1), AoaDevice.HID.SYSTEM, SYSTEM_BACK); in testGoBack()