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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 60 final static int CALL_STATE_ACTIVE = 0;
HeadsetStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 33 public static final int CALL_STATE_ACTIVE = 0;
168 case CALL_STATE_ACTIVE: builder.append("ACTIVE"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 57 final static int CALL_STATE_ACTIVE = 0;
HeadsetClientStateMachine.java 279 boolean multi = callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) > 1;
282 if (c.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) {
368 addCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE, "");
404 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE,
432 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
473 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
475 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
599 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
601 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
606 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 85 private static final int CALL_STATE_ACTIVE = 0;
603 if (state == CALL_STATE_ACTIVE && activeChild != null) {
614 state = CALL_STATE_ACTIVE;
800 // You will note that CALL_STATE_WAITING, CALL_STATE_HELD, and CALL_STATE_ACTIVE are not
    [all...]

Completed in 195 milliseconds