/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 45 public static final int CALL_STATE_ALERTING = 3; field in HfpClientCall 242 case CALL_STATE_ALERTING: in toString()
|
D | HeadsetClientHalConstants.java | 57 static final int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
|
D | HfpClientConnection.java | 156 case HfpClientCall.CALL_STATE_ALERTING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 196 || call.getState() == HfpClientCall.CALL_STATE_ALERTING in handleCall()
|
D | HeadsetClientStateMachine.java | 652 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/ |
D | BluetoothHeadsetClientCall.java | 48 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/ |
D | HfpClientCallTest.java | 140 /* call state= */ HfpClientCall.CALL_STATE_ALERTING, in testCreateAlertingCall() 148 HfpClientCall.CALL_STATE_ALERTING, in testCreateAlertingCall()
|
D | HfpClientConnectionTest.java | 312 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ALERTING); in handleCallChanged_alerting()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 59 static final int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
|
D | HeadsetService.java | 1686 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
|
D | HeadsetStateMachine.java | 2131 || phoneState.getCallState() == HeadsetHalConstants.CALL_STATE_ALERTING in processAtCind()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 84 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/ |
D | HeadsetServiceTest.java | 882 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()
|
D | HeadsetServiceAndStateMachineTest.java | 1922 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 85 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 596 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ALERTING:I
|