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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 62 final static int CALL_STATE_DIALING = 2;
HeadsetStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 41 public static final int CALL_STATE_DIALING = 2;
170 case CALL_STATE_DIALING: builder.append("DIALING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 59 final static int CALL_STATE_DIALING = 2;
HeadsetClientStateMachine.java 209 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING ||
356 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, "");
428 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
468 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
518 BluetoothHeadsetClientCall.CALL_STATE_DIALING,
531 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING);
555 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
558 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, "");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 87 private static final int CALL_STATE_DIALING = 2;
759 CALL_STATE_DIALING,
765 CALL_STATE_DIALING,
    [all...]

Completed in 290 milliseconds