Home
last modified time | relevance | path

Searched refs:STATE_ALERTING (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCall.java44 STATE_ALERTING,
73 public static final int STATE_ALERTING = 0x02; field in BluetoothLeCall
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsCall.java45 } else if (state.equals(BluetoothLeCall.STATE_ALERTING)) { in stateToString()
DTbsGeneric.java1088 states.add(BluetoothLeCall.STATE_ALERTING); in getForegroundCall()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertAudio.java114 private static final int STATE_ALERTING = 1; field in CellBroadcastAlertAudio
616 setState(STATE_ALERTING); in playAlertTone()
869 if (mState == STATE_ALERTING) { in onReceive()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertAudioTest.java76 private static final int STATE_ALERTING = 1; field in CellBroadcastAlertAudioTest
548 assertEquals(STATE_ALERTING, audio.getState());
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java319 BluetoothLeCall.STATE_ALERTING, in testCurrentCallsList()
599 BluetoothLeCall.STATE_ALERTING, in testCallOriginate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1583 return BluetoothLeCall.STATE_ALERTING; in getTbsCallState()