/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 65 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceImpl 778 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState() 856 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate() 886 return CALL_STATE_ALERTING; in getBtCallState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 63 static final int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
|
D | HeadsetService.java | 1327 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 60 static final int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 482 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in acceptCall() 528 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in rejectCall() 571 BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in terminateCall()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 670 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testConnectAudio_deviceDisconnected() 702 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_noDeviceSaveState() 720 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_oneDeviceSaveState() 778 new HeadsetCallState(1, 0, HeadsetHalConstants.CALL_STATE_ALERTING, in testPhoneStateChange_multipleDevicesSaveState()
|
D | HeadsetServiceAndStateMachineTest.java | 1222 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 82 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceTest 540 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testAlertingCallClccResponse() 568 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testHoldingCallClccResponse() 958 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_ALERTING), in testOnCallStateChangedAlerting()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 158 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 176 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ALERTING in handleCall()
|