/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 83 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneServiceTest 484 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testRingingCallClccResponse() 505 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testCallClccCache() 635 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testQueryPhoneState() 810 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallAddedRinging() 897 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChangedRingingToAudioProcessing() 919 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChangedAudioProcessingToSimulatedRinging() 989 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChanged() 1063 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testBluetoothAdapterReceiver()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 161 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in handleCallChanged() 166 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 183 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCall()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetSystemInterface.java | 373 && (mHeadsetPhoneState.getCallState() != HeadsetHalConstants.CALL_STATE_INCOMING))); in isInCall() 383 return mHeadsetPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in isRinging()
|
D | HeadsetHalConstants.java | 64 static final int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 398 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING) != null) { in queryCallsDone() 423 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in acceptCall() 436 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in acceptCall() 506 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in rejectCall() 516 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in rejectCall() 546 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in holdCall()
|
D | HeadsetClientHalConstants.java | 61 static final int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 66 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneServiceImpl 854 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate() 897 return CALL_STATE_INCOMING; in getBtCallState()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 485 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testVirtualCall_preemptedByTelecomCall() 490 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testVirtualCall_preemptedByTelecomCall() 1104 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING, in testPhoneStateChangedWithIncomingCallState() 1107 HeadsetHalConstants.CALL_STATE_INCOMING, TEST_PHONE_NUMBER, 128, TEST_CALLER_ID); in testPhoneStateChangedWithIncomingCallState()
|