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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 56 public static final int CALL_STATE_WAITING = 5;
223 case CALL_STATE_WAITING: builder.append("WAITING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 65 final static int CALL_STATE_WAITING = 5;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 62 final static int CALL_STATE_WAITING = 5;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 67 private static final int CALL_STATE_WAITING = 5;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 79 private static final int CALL_STATE_WAITING = 5;
401 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false,
    [all...]

Completed in 269 milliseconds