OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_INCOMING
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
64
final static int
CALL_STATE_INCOMING
= 4;
HeadsetStateMachine.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java
61
final static int
CALL_STATE_INCOMING
= 4;
HeadsetClientStateMachine.java
362
addCall(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
, "");
439
BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
);
504
removeCalls(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
);
521
removeCalls(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
,
569
addCall(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
, "");
747
c = getCall(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
,
776
BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
);
783
setCallState(cw, BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
);
786
addCall(BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
, number);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
51
public static final int
CALL_STATE_INCOMING
= 4;
210
case
CALL_STATE_INCOMING
: builder.append("INCOMING"); break;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
77
private static final int
CALL_STATE_INCOMING
= 4;
435
verify(mMockBluetoothHeadset).clccResponse(1, 1,
CALL_STATE_INCOMING
, 0, false,
455
verify(mMockBluetoothHeadset).clccResponse(1, 1,
CALL_STATE_INCOMING
, 0, false,
550
verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(
CALL_STATE_INCOMING
),
712
verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(
CALL_STATE_INCOMING
),
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
64
private static final int
CALL_STATE_INCOMING
= 4;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java
113
case BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
:
HfpClientConnectionService.java
218
} else if (call.getState() == BluetoothHeadsetClientCall.
CALL_STATE_INCOMING
) {
Completed in 131 milliseconds