Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java78 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneServiceTest
436 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testRingingCallClccResponse()
456 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false, in testCallClccCache()
581 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testQueryPhoneState()
743 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallAddedRinging()
825 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testOnCallStateChanged()
896 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING), in testBluetoothAdapterReceiver()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java161 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in handleCallChanged()
166 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCallChanged()
DHfpClientDeviceBlock.java202 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java66 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneServiceImpl
831 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
866 return CALL_STATE_INCOMING; in convertCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java412 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in acceptCall()
427 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in acceptCall()
504 getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in rejectCall()
516 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in rejectCall()
550 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in holdCall()
DHeadsetClientHalConstants.java61 final static int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java64 final static int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
DHeadsetStateMachine.java3018 if (mPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING) { in processKeyPressed()
3301 != HeadsetHalConstants.CALL_STATE_INCOMING))); in isInCall()
3305 return mPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING; in isRinging()