OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_DIALING
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
62
final static int
CALL_STATE_DIALING
= 2;
HeadsetStateMachine.java
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
41
public static final int
CALL_STATE_DIALING
= 2;
183
case
CALL_STATE_DIALING
: builder.append("DIALING"); break;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java
59
final static int
CALL_STATE_DIALING
= 2;
HeadsetClientStateMachine.java
210
boolean outgoing = state == BluetoothHeadsetClientCall.
CALL_STATE_DIALING
||
357
addCall(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
, "");
429
c = getCall(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
,
469
removeCalls(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
,
519
BluetoothHeadsetClientCall.
CALL_STATE_DIALING
,
532
getCall(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
);
556
addCall(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
,
559
addCall(BluetoothHeadsetClientCall.
CALL_STATE_DIALING
, "");
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
55
private static final int
CALL_STATE_DIALING
= 2;
708
CALL_STATE_DIALING
,
714
CALL_STATE_DIALING
,
[
all
...]
Completed in 99 milliseconds