Home
last modified time | relevance | path

Searched refs:ABORT (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DTestCompanion.java85 mHandler.obtainMessage(TestHandler.ABORT).sendToTarget(); in abort()
139 static final int ABORT = 2; field in TestCompanion.TestHandler
157 case ABORT: in handleMessage()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DCecOperand.java80 ABORT(0xff); enumConstant
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecGeneralProtocolTest.java89 sendMessageAndVerifyNoMessageSentFromDevice(CecOperand.ABORT); in cect_4_2_2_ignoreMessagesFromAddressF()