/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHeadsetClientCall.java | 58 public static final int CALL_STATE_INCOMING = 4; field in BluetoothHeadsetClientCall 261 case CALL_STATE_INCOMING: in toString()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetHalConstants.java | 64 static final int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
|
H A D | HeadsetSystemInterface.java | 351 && (mHeadsetPhoneState.getCallState() != HeadsetHalConstants.CALL_STATE_INCOMING))); in isInCall() 361 return mHeadsetPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in isRinging()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
H A D | HfpClientConnection.java | 166 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in handleCallChanged() 171 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCallChanged()
|
H A D | HfpClientDeviceBlock.java | 206 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCall()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientHalConstants.java | 61 static final int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
|
H A D | HeadsetClientStateMachine.java | 492 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING) != null) { in queryCallsDone() 517 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in acceptCall() 530 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in acceptCall() 600 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in rejectCall() 610 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in rejectCall() 640 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in holdCall()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallServiceTest.java | 80 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallServiceTest 547 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testRingingCallClccResponse() 571 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testCallClccCache() 726 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testQueryPhoneState() 897 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallAddedRinging() 982 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChangedRingingToAudioProcessing() 1003 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChangedAudioProcessingToSimulatedRinging() 1066 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChanged() 1161 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testBluetoothAdapterReceiver()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallService.java | 75 private static final int CALL_STATE_INCOMING = 4; field in BluetoothInCallService 964 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate() 1005 return CALL_STATE_INCOMING; in getBtCallState()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A D | HeadsetServiceAndStateMachineTest.java | 492 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testVirtualCall_preemptedByTelecomCall() 497 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testVirtualCall_preemptedByTelecomCall() 1120 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testPhoneStateChangedWithIncomingCallState() 1123 HeadsetHalConstants.CALL_STATE_INCOMING, TEST_PHONE_NUMBER, 128, TEST_CALLER_ID); in testPhoneStateChangedWithIncomingCallState()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10407 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I
|