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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 63 static final int CALL_STATE_ALERTING = 3;
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 49 public static final int CALL_STATE_ALERTING = 3;
243 case CALL_STATE_ALERTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 60 static final int CALL_STATE_ALERTING = 3;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 65 private static final int CALL_STATE_ALERTING = 3;
769 bluetoothCallState == CALL_STATE_ALERTING;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 82 private static final int CALL_STATE_ALERTING = 3;
518 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
546 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 141 milliseconds