HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATE_INCOMING (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 64 static final int CALL_STATE_INCOMING = 4;
HeadsetSystemInterface.java 333 && (mHeadsetPhoneState.getCallState() != HeadsetHalConstants.CALL_STATE_INCOMING)));
343 return mHeadsetPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 61 static final int CALL_STATE_INCOMING = 4;
HeadsetClientStateMachine.java 407 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING) != null) {
436 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
451 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING:
527 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
539 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING:
573 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 53 public static final int CALL_STATE_INCOMING = 4;
246 case CALL_STATE_INCOMING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 161 case BluetoothHeadsetClientCall.CALL_STATE_INCOMING:
166 if (mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_INCOMING
HfpClientDeviceBlock.java 183 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_INCOMING
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 83 private static final int CALL_STATE_INCOMING = 4;
462 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false,
483 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false,
613 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING),
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 66 private static final int CALL_STATE_INCOMING = 4;
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 475 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING,
480 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_INCOMING,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 360 milliseconds