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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 61 final static int CALL_STATE_HELD = 1;
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 37 public static final int CALL_STATE_HELD = 1;
169 case CALL_STATE_HELD: builder.append("HELD"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 58 final static int CALL_STATE_HELD = 1;
HeadsetClientStateMachine.java 378 addCall(BluetoothHeadsetClientCall.CALL_STATE_HELD, "");
405 BluetoothHeadsetClientCall.CALL_STATE_HELD,
593 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_HELD);
600 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD,
605 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD,
616 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD,
621 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_HELD);
637 BluetoothHeadsetClientCall.CALL_STATE_HELD);
644 BluetoothHeadsetClientCall.CALL_STATE_HELD);
646 BluetoothHeadsetClientCall.CALL_STATE_HELD) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 86 private static final int CALL_STATE_HELD = 1;
618 state = CALL_STATE_HELD;
800 // You will note that CALL_STATE_WAITING, CALL_STATE_HELD, and CALL_STATE_ACTIVE are not
    [all...]

Completed in 34 milliseconds