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

  /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/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/
BluetoothPhoneService.java 87 private static final int CALL_STATE_DIALING = 2;
759 CALL_STATE_DIALING,
765 CALL_STATE_DIALING,
    [all...]

Completed in 56 milliseconds