Searched refs:CALL_STATE_INCOMING (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 78 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/ |
D | HfpClientConnection.java | 161 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING: in handleCallChanged() 166 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 202 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_INCOMING in handleCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 66 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/ |
D | HeadsetClientStateMachine.java | 412 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()
|
D | HeadsetClientHalConstants.java | 61 final static int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 64 final static int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 3018 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()
|