OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_STATE_HELD
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java
61
final static int
CALL_STATE_HELD
= 1;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java
58
final static int
CALL_STATE_HELD
= 1;
HeadsetClientStateMachine.java
387
addCall(BluetoothHeadsetClientCall.
CALL_STATE_HELD
, "");
414
BluetoothHeadsetClientCall.
CALL_STATE_HELD
,
597
removeCalls(BluetoothHeadsetClientCall.
CALL_STATE_HELD
);
604
changeCallsState(BluetoothHeadsetClientCall.
CALL_STATE_HELD
,
609
changeCallsState(BluetoothHeadsetClientCall.
CALL_STATE_HELD
,
620
changeCallsState(BluetoothHeadsetClientCall.
CALL_STATE_HELD
,
625
removeCalls(BluetoothHeadsetClientCall.
CALL_STATE_HELD
);
641
BluetoothHeadsetClientCall.
CALL_STATE_HELD
);
648
BluetoothHeadsetClientCall.
CALL_STATE_HELD
);
650
BluetoothHeadsetClientCall.
CALL_STATE_HELD
) {
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java
39
public static final int
CALL_STATE_HELD
= 1;
207
case
CALL_STATE_HELD
: builder.append("HELD"); break;
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
61
private static final int
CALL_STATE_HELD
= 1;
591
state =
CALL_STATE_HELD
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java
103
case BluetoothHeadsetClientCall.
CALL_STATE_HELD
:
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
74
private static final int
CALL_STATE_HELD
= 1;
339
verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(
CALL_STATE_HELD
), eq(0),
471
verify(mMockBluetoothHeadset).clccResponse(2, 1,
CALL_STATE_HELD
, 0, false,
518
verify(mMockBluetoothHeadset).clccResponse(2, 1,
CALL_STATE_HELD
, 0, false,
[
all
...]
Completed in 126 milliseconds