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 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
45
public static final int
CALL_STATE_ALERTING
= 3;
171
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/
BluetoothPhoneService.java
88
private static final int
CALL_STATE_ALERTING
= 3;
740
bluetoothCallState ==
CALL_STATE_ALERTING
;
[
all
...]
Completed in 477 milliseconds