Searched refs:ABORT_REFUSED (Results 1 – 13 of 13) sorted by relevance
263 ABORT_REFUSED,274 ABORT_REFUSED,291 static final int ABORT_REFUSED = 4; field in Constants
62 Constants.MESSAGE_SET_SYSTEM_AUDIO_MODE, Constants.ABORT_REFUSED)); in handleSystemAudioActionFromAvr()
422 return Constants.ABORT_REFUSED; in handleGiveAudioStatus()496 return Constants.ABORT_REFUSED; in handleRequestShortAudioDescriptor()827 return Constants.ABORT_REFUSED; in handleSystemAudioModeRequest()862 return Constants.ABORT_REFUSED; in handleSetSystemAudioMode()874 return Constants.ABORT_REFUSED; in handleSystemAudioModeStatus()1175 return Constants.ABORT_REFUSED; in handleSystemAudioModeOnFromNonTvDevice()1202 mService.maySendFeatureAbortCommand(message, Constants.ABORT_REFUSED); in handleSystemAudioModeOnFromNonTvDevice()
270 return Constants.ABORT_REFUSED; in handleRoutingChange()288 return Constants.ABORT_REFUSED; in handleRoutingInformation()
92 private final CecMessageHandler mAborterRefused = new Aborter(Constants.ABORT_REFUSED);
690 return Constants.ABORT_REFUSED; in handleReportAudioStatus()1094 return Constants.ABORT_REFUSED; in handleInitiateArc()1152 return Constants.ABORT_REFUSED; in handleSetSystemAudioMode()1157 return Constants.ABORT_REFUSED; in handleSetSystemAudioMode()
758 return Constants.ABORT_REFUSED; in handleUserControlPressed()921 return Constants.ABORT_REFUSED; in handleVendorCommand()935 return Constants.ABORT_REFUSED; in handleVendorCommandWithId()
359 assertThat(result).isEqualTo(Constants.ABORT_REFUSED); in handleUserControlPressed_volumeUp_disabled()370 assertThat(result).isEqualTo(Constants.ABORT_REFUSED); in handleUserControlPressed_volumeDown_disabled()381 assertThat(result).isEqualTo(Constants.ABORT_REFUSED); in handleUserControlPressed_volumeMute_disabled()536 vendorCommand.getOpcode(), Constants.ABORT_REFUSED); in handleVendorCommand_notHandled()547 vendorCommand.getOpcode(), Constants.ABORT_REFUSED); in handleVendorCommandWithId_notHandled_Cec14()
22 import static com.android.server.hdmi.Constants.ABORT_REFUSED;417 doReturn(ABORT_REFUSED).when(mHdmiControlServiceSpy).handleCecCommand(any()); in onMessage_sendsFeatureAbortWithRequestedOperand()426 mPlaybackLogicalAddress, DEVICE_TV, MESSAGE_STANDBY, ABORT_REFUSED); in onMessage_sendsFeatureAbortWithRequestedOperand()
186 Constants.ABORT_REFUSED)); in arcInitiation_abort()
209 Constants.ABORT_REFUSED); in testReportArcTerminated_featureAbort()
228 .isEqualTo(Constants.ABORT_REFUSED); in handleRequestShortAudioDescriptor_featureDisabled()582 Constants.ABORT_REFUSED); in handleSystemAudioModeRequest_fromNonTV_tVNotSupport()734 .isEqualTo(Constants.ABORT_REFUSED); in giveAudioStatus_volumeDisabled()
1040 doReturn(Constants.ABORT_REFUSED).when(mHdmiControlServiceSpy) in handleCecCommand_localDeviceReturnsFeatureAbort_returnsFeatureAbort()1044 .isEqualTo(Constants.ABORT_REFUSED); in handleCecCommand_localDeviceReturnsFeatureAbort_returnsFeatureAbort()1191 doReturn(Constants.ABORT_REFUSED).when(mPlaybackDeviceSpy).dispatchMessage(message); in dispatchMessageToLocalDevice_broadcastMessage_returnsHandled()1234 doReturn(Constants.ABORT_REFUSED) in dispatchMessageToLocalDevice_localDeviceReturnsFeatureAbort_returnsFeatureAbort()1238 .isEqualTo(Constants.ABORT_REFUSED); in dispatchMessageToLocalDevice_localDeviceReturnsFeatureAbort_returnsFeatureAbort()