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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 63 final static int CALL_STATE_ALERTING = 3;
HeadsetStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 45 public static final int CALL_STATE_ALERTING = 3;
171 case CALL_STATE_ALERTING: builder.append("ALERTING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 60 final static int CALL_STATE_ALERTING = 3;
HeadsetClientStateMachine.java 210 state == BluetoothHeadsetClientCall.CALL_STATE_ALERTING;
359 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING, "");
429 BluetoothHeadsetClientCall.CALL_STATE_ALERTING,
469 BluetoothHeadsetClientCall.CALL_STATE_ALERTING);
520 BluetoothHeadsetClientCall.CALL_STATE_ALERTING);
534 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING,
537 addCall(BluetoothHeadsetClientCall.CALL_STATE_ALERTING, "");
540 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ALERTING);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 88 private static final int CALL_STATE_ALERTING = 3;
740 bluetoothCallState == CALL_STATE_ALERTING;
    [all...]

Completed in 206 milliseconds