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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 62 static final int CALL_STATE_DIALING = 2;
HeadsetService.java     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
tel_telecom_utils.py 211 tel_defines.CALL_STATE_DIALING])
234 log, ad, call_id, tel_defines.CALL_STATE_DIALING)
238 log, ad, call_id, tel_defines.CALL_STATE_DIALING) != \
239 tel_defines.CALL_STATE_DIALING:
242 if curr_state != tel_defines.CALL_STATE_DIALING:
car_telecom_utils.py 314 tel_defines.CALL_STATE_DIALING])
337 log, ad, call_id, tel_defines.CALL_STATE_DIALING):
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 59 static final int CALL_STATE_DIALING = 2;
HeadsetClientStateMachine.java 503 case BluetoothHeadsetClientCall.CALL_STATE_DIALING:
550 case BluetoothHeadsetClientCall.CALL_STATE_DIALING:
599 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING,
    [all...]
HeadsetClientService.java 760 BluetoothHeadsetClientCall.CALL_STATE_DIALING, number, false /* multiparty */,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 45 public static final int CALL_STATE_DIALING = 2;
240 case CALL_STATE_DIALING:
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 64 private static final int CALL_STATE_DIALING = 2;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 157 case BluetoothHeadsetClientCall.CALL_STATE_DIALING:
HfpClientDeviceBlock.java 175 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 321 CALL_STATE_DIALING = "DIALING"
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpTest.py 324 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/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 577 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING,
580 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING,
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 81 private static final int CALL_STATE_DIALING = 2;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 438 milliseconds