Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java60 private CecOperand featureAbortOperand = CecOperand.FEATURE_ABORT; field in HdmiCecClientWrapper
621 featureAbortOperand = abortOperand; in setExpectFeatureAbortFor()
628 CecOperand featureAbortOperand = CecOperand.FEATURE_ABORT; in unsetExpectFeatureAbort() local
687 CecOperand featureAbortOperand, in checkExpectedOutputOrFeatureAbort() argument
690 setExpectFeatureAbortFor(featureAbortOperand, featureAbortReasons); in checkExpectedOutputOrFeatureAbort()
791 if (featureAbortedFor == featureAbortOperand in checkExpectedOutput()