/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 48 public static final int CALL_STATE_INCOMING = 4; field in HfpClientCall 245 case CALL_STATE_INCOMING: in toString()
|
D | HfpClientConnection.java | 159 case HfpClientCall.CALL_STATE_INCOMING: in handleCallChanged() 164 if (mPreviousCallState == HfpClientCall.CALL_STATE_INCOMING in handleCallChanged()
|
D | HeadsetClientHalConstants.java | 58 static final int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 565 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()
|
D | HfpClientDeviceBlock.java | 204 } else if (call.getState() == HfpClientCall.CALL_STATE_INCOMING in handleCall()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClientCall.java | 51 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/ |
D | HfpClientCallTest.java | 162 /* call state= */ HfpClientCall.CALL_STATE_INCOMING, in testCreateIncomingCall() 170 HfpClientCall.CALL_STATE_INCOMING, in testCreateIncomingCall()
|
D | HfpClientConnectionTest.java | 321 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_INCOMING); in handleCallChanged_incoming()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 60 static final int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
|
D | HeadsetSystemInterface.java | 324 != HeadsetHalConstants.CALL_STATE_INCOMING))); in isInCall() 334 return mHeadsetPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in isRinging()
|
D | HeadsetStateMachine.java | 526 || (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/ |
D | HeadsetServiceAndStateMachineTest.java | 453 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/ |
D | BluetoothInCallServiceTest.java | 86 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/ |
D | BluetoothInCallService.java | 85 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 600 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I
|