Searched refs:ABORT_UNRECOGNIZED_OPCODE (Results 1 – 19 of 19) sorted by relevance
145 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()151 Constants.ABORT_UNRECOGNIZED_OPCODE)); in noMatchingFeatureAbortReceived_actionSucceedsAndSetsFeatureSupported()174 Constants.ABORT_UNRECOGNIZED_OPCODE)); in matchingFeatureAbortReceived_actionSucceedsAndSetsFeatureNotSupported()
23 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;345 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_broadcastMessage_doesNotSendFeatureAbort()363 doReturn(ABORT_UNRECOGNIZED_OPCODE).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_notTheDestination_doesNotSendFeatureAbort()406 mPlaybackLogicalAddress, DEVICE_TV, MESSAGE_STANDBY, ABORT_UNRECOGNIZED_OPCODE); in onMessage_unhandledMessage_sendsFeatureAbortUnrecognizedOpcode()
84 Constants.ABORT_UNRECOGNIZED_OPCODE)); in SetUp()
158 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
258 Constants.ABORT_UNRECOGNIZED_OPCODE in testMessageReported_writesAtom_featureAbort()
524 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleRequestArcInit_arcIsNotSupported()551 .isEqualTo(Constants.ABORT_UNRECOGNIZED_OPCODE); in handleSystemAudioModeRequest_fromNonTV_tVNotSupport()
19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;2029 ABORT_UNRECOGNIZED_OPCODE); in doesNotSupportRecordTvScreen()2053 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()2056 ABORT_UNRECOGNIZED_OPCODE); in shouldHandleUserControlPressedAndReleased()
462 Constants.MESSAGE_SET_AUDIO_VOLUME_LEVEL, Constants.ABORT_UNRECOGNIZED_OPCODE)); in avbEnabled_setAudioVolumeLevelFeatureAborted_avbDisabled()
201 Constants.ABORT_UNRECOGNIZED_OPCODE); in unrecognizedOpcode_dontQueryAgain_emptyResult()
19 import static com.android.server.hdmi.Constants.ABORT_UNRECOGNIZED_OPCODE;748 ABORT_UNRECOGNIZED_OPCODE); in supportsRecordTvScreen()
508 Constants.ABORT_UNRECOGNIZED_OPCODE); in handleGiveFeatures_cec14_featureAbort()
259 ABORT_UNRECOGNIZED_OPCODE,270 ABORT_UNRECOGNIZED_OPCODE,287 static final int ABORT_UNRECOGNIZED_OPCODE = 0; field in Constants
89 Constants.ABORT_UNRECOGNIZED_OPCODE);
186 if ((cmd.getParams()[1] & 0xFF) == Constants.ABORT_UNRECOGNIZED_OPCODE) { in processCommand()
396 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleSetMenuLanguage()
440 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcInitiate()456 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleRequestArcTermination()
614 reason == Constants.ABORT_UNRECOGNIZED_OPCODE in handleFeatureAbort()
687 return Constants.ABORT_UNRECOGNIZED_OPCODE; in handleGiveFeatures()
682 maySendFeatureAbortCommand(message, Constants.ABORT_UNRECOGNIZED_OPCODE); in onReceiveCommand()