Home
last modified time | relevance | path

Searched refs:CALL_STATE_INCOMING (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java48 public static final int CALL_STATE_INCOMING = 4; field in HfpClientCall
245 case CALL_STATE_INCOMING: in toString()
DHfpClientConnection.java159 case HfpClientCall.CALL_STATE_INCOMING: in handleCallChanged()
164 if (mPreviousCallState == HfpClientCall.CALL_STATE_INCOMING in handleCallChanged()
DHeadsetClientHalConstants.java58 static final int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java565 if (getCall(HfpClientCall.CALL_STATE_INCOMING) != null) { in queryCallsDone()
592 getCall(HfpClientCall.CALL_STATE_INCOMING, HfpClientCall.CALL_STATE_WAITING); in acceptCall()
606 case HfpClientCall.CALL_STATE_INCOMING: in acceptCall()
678 HfpClientCall.CALL_STATE_INCOMING, in rejectCall()
688 case HfpClientCall.CALL_STATE_INCOMING: in rejectCall()
718 HfpClientCall c = getCall(HfpClientCall.CALL_STATE_INCOMING); in holdCall()
DHfpClientDeviceBlock.java204 } else if (call.getState() == HfpClientCall.CALL_STATE_INCOMING in handleCall()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java51 public static final int CALL_STATE_INCOMING = 4; field in BluetoothHeadsetClientCall
264 case CALL_STATE_INCOMING: in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientCallTest.java162 /* call state= */ HfpClientCall.CALL_STATE_INCOMING, in testCreateIncomingCall()
170 HfpClientCall.CALL_STATE_INCOMING, in testCreateIncomingCall()
DHfpClientConnectionTest.java321 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_INCOMING); in handleCallChanged_incoming()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java60 static final int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
DHeadsetSystemInterface.java324 != HeadsetHalConstants.CALL_STATE_INCOMING))); in isInCall()
334 return mHeadsetPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in isRinging()
DHeadsetStateMachine.java526 || (callState.mCallState == HeadsetHalConstants.CALL_STATE_INCOMING) in setAptxVoice()
2133 || phoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in processAtCind()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java453 0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, TEST_PHONE_NUMBER, 128, "", false); in testVirtualCall_preemptedByTelecomCall()
459 0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, TEST_PHONE_NUMBER, 128, ""), in testVirtualCall_preemptedByTelecomCall()
1218 HeadsetHalConstants.CALL_STATE_INCOMING, in testPhoneStateChangedWithIncomingCallState()
1228 HeadsetHalConstants.CALL_STATE_INCOMING, in testPhoneStateChangedWithIncomingCallState()
1273 HeadsetHalConstants.CALL_STATE_INCOMING, in testIncomingCall_NonHdNonVoipCall_AptXDisabled()
1283 HeadsetHalConstants.CALL_STATE_INCOMING, in testIncomingCall_NonHdNonVoipCall_AptXDisabled()
1356 HeadsetHalConstants.CALL_STATE_INCOMING, in testIncomingCall_HdNonVoipCall_AptXEnabled()
1366 HeadsetHalConstants.CALL_STATE_INCOMING, in testIncomingCall_HdNonVoipCall_AptXEnabled()
1799 0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, TEST_PHONE_NUMBER, 128, ""); in testPhoneStateChange_SynchronousCallStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java86 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallServiceTest
684 CALL_STATE_INCOMING, in testRingingCallClccResponse()
722 CALL_STATE_INCOMING, in testCallClccCache()
1099 eq(CALL_STATE_INCOMING), in testQueryPhoneState()
1271 eq(CALL_STATE_INCOMING), in testOnCallAddedRinging()
1417 eq(CALL_STATE_INCOMING), in testOnCallStateChangedRingingToAudioProcessing()
1447 eq(CALL_STATE_INCOMING), in testOnCallStateChangedAudioProcessingToSimulatedRinging()
1545 eq(CALL_STATE_INCOMING), in testOnCallStateChanged()
1672 eq(CALL_STATE_INCOMING), in testBluetoothAdapterReceiver()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java85 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallService
1321 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
1362 return CALL_STATE_INCOMING; in getBtCallState()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt600 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I