OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_ALERTING
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
63
final static int
CALL_STATE_ALERTING
= 3;
HeadsetStateMachine.java
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
45
public static final int
CALL_STATE_ALERTING
= 3;
184
case
CALL_STATE_ALERTING
: builder.append("ALERTING"); break;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java
60
final static int
CALL_STATE_ALERTING
= 3;
HeadsetClientStateMachine.java
211
state == BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
;
360
addCall(BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
, "");
430
BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
,
470
BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
);
521
BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
);
535
addCall(BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
,
538
addCall(BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
, "");
541
setCallState(c, BluetoothHeadsetClientCall.
CALL_STATE_ALERTING
);
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
56
private static final int
CALL_STATE_ALERTING
= 3;
689
bluetoothCallState ==
CALL_STATE_ALERTING
;
760
bluetoothCallState =
CALL_STATE_ALERTING
;
[
all
...]
Completed in 333 milliseconds