OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CALL_STATE_ALERTING
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
47
public static final int
CALL_STATE_ALERTING
= 3;
209
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
64
private static final int
CALL_STATE_ALERTING
= 3;
737
bluetoothCallState ==
CALL_STATE_ALERTING
;
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
76
private static final int
CALL_STATE_ALERTING
= 3;
489
verify(mMockBluetoothHeadset).clccResponse(1, 0,
CALL_STATE_ALERTING
, 0, false,
516
verify(mMockBluetoothHeadset).clccResponse(1, 0,
CALL_STATE_ALERTING
, 0, false,
[
all
...]
Completed in 1366 milliseconds