Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java45 public static final int CALL_STATE_ALERTING = 3; field in HfpClientCall
242 case CALL_STATE_ALERTING: in toString()
DHeadsetClientHalConstants.java57 static final int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
DHfpClientConnection.java156 case HfpClientCall.CALL_STATE_ALERTING: in handleCallChanged()
DHfpClientDeviceBlock.java196 || call.getState() == HfpClientCall.CALL_STATE_ALERTING in handleCall()
DHeadsetClientStateMachine.java652 case HfpClientCall.CALL_STATE_ALERTING: in acceptCall()
700 case HfpClientCall.CALL_STATE_ALERTING: in rejectCall()
745 HfpClientCall.CALL_STATE_ALERTING, in terminateCall()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java48 public static final int CALL_STATE_ALERTING = 3; field in BluetoothHeadsetClientCall
261 case CALL_STATE_ALERTING: in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientCallTest.java140 /* call state= */ HfpClientCall.CALL_STATE_ALERTING, in testCreateAlertingCall()
148 HfpClientCall.CALL_STATE_ALERTING, in testCreateAlertingCall()
DHfpClientConnectionTest.java312 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ALERTING); in handleCallChanged_alerting()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java59 static final int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
DHeadsetService.java1686 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
DHeadsetStateMachine.java2131 || phoneState.getCallState() == HeadsetHalConstants.CALL_STATE_ALERTING in processAtCind()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java84 private static final int CALL_STATE_ALERTING = 3; field in BluetoothInCallService
1243 && bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
1323 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
1352 return CALL_STATE_ALERTING; in getBtCallState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java882 1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, TEST_PHONE_NUMBER, 128, ""); in testPhoneStateChange_noDeviceSaveState()
982 headsetCallState.mCallState = HeadsetHalConstants.CALL_STATE_ALERTING; in testPhoneStateChange_oneDeviceSaveState()
1012 1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, TEST_PHONE_NUMBER, 128, ""); in testPhoneStateChange_multipleDevicesSaveState()
DHeadsetServiceAndStateMachineTest.java1922 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java85 private static final int CALL_STATE_ALERTING = 3; field in BluetoothInCallServiceTest
772 CALL_STATE_ALERTING, in testAlertingCallClccResponse()
820 CALL_STATE_ALERTING, in testHoldingCallClccResponse()
1511 eq(CALL_STATE_ALERTING), in testOnCallStateChangedAlerting()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt596 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ALERTING:I