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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 48 public static final int CALL_STATE_ALERTING = 3;
221 case CALL_STATE_ALERTING: builder.append("ALERTING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 63 final static int CALL_STATE_ALERTING = 3;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 60 final static int CALL_STATE_ALERTING = 3;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 65 private static final int CALL_STATE_ALERTING = 3;
761 bluetoothCallState == CALL_STATE_ALERTING;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 77 private static final int CALL_STATE_ALERTING = 3;
490 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
517 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
    [all...]

Completed in 579 milliseconds