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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 65 final static int CALL_STATE_WAITING = 5;
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 53 public static final int CALL_STATE_WAITING = 5;
173 case CALL_STATE_WAITING: builder.append("WAITING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 62 final static int CALL_STATE_WAITING = 5;
HeadsetClientStateMachine.java 414 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
474 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_WAITING,
504 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
519 BluetoothHeadsetClientCall.CALL_STATE_WAITING,
562 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null)
634 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
657 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
779 BluetoothHeadsetClientCall cw = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 90 private static final int CALL_STATE_WAITING = 5;
800 // You will note that CALL_STATE_WAITING, CALL_STATE_HELD, and CALL_STATE_ACTIVE are not
    [all...]

Completed in 377 milliseconds