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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 44 public static final int CALL_STATE_DIALING = 2;
220 case CALL_STATE_DIALING: builder.append("DIALING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 62 final static int CALL_STATE_DIALING = 2;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 59 final static int CALL_STATE_DIALING = 2;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 64 private static final int CALL_STATE_DIALING = 2;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 76 private static final int CALL_STATE_DIALING = 2;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 56 public static final String CALL_STATE_DIALING = "DIALING";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 314 CALL_STATE_DIALING = "DIALING"

Completed in 1275 milliseconds