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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 52 public static final int CALL_STATE_INCOMING = 4;
222 case CALL_STATE_INCOMING: builder.append("INCOMING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 64 final static int CALL_STATE_INCOMING = 4;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 61 final static int CALL_STATE_INCOMING = 4;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 66 private static final int CALL_STATE_INCOMING = 4;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 78 private static final int CALL_STATE_INCOMING = 4;
436 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false,
456 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_INCOMING, 0, false,
581 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING),
    [all...]

Completed in 296 milliseconds