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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 62 final static int CALL_STATE_DIALING = 2;
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 59 final static int CALL_STATE_DIALING = 2;
HeadsetClientStateMachine.java 226 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING ||
366 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, "");
438 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
473 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
523 BluetoothHeadsetClientCall.CALL_STATE_DIALING,
536 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING);
560 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
563 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, "");
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 43 public static final int CALL_STATE_DIALING = 2;
208 case CALL_STATE_DIALING: builder.append("DIALING"); break;
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 121 tel_defines.CALL_STATE_DIALING), INCORRECT_STATE_MSG)
133 tel_defines.CALL_STATE_DIALING)):
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 63 private static final int CALL_STATE_DIALING = 2;
756 CALL_STATE_DIALING,
762 CALL_STATE_DIALING,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 109 case BluetoothHeadsetClientCall.CALL_STATE_DIALING:
HfpClientConnectionService.java 211 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING ||
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 289 CALL_STATE_DIALING = "DIALING"
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpTest.py 278 tel_defines.CALL_STATE_DIALING,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 56 public static final String CALL_STATE_DIALING = "DIALING";
InCallServiceImpl.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 75 private static final int CALL_STATE_DIALING = 2;
    [all...]

Completed in 205 milliseconds