/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetHalConstants.java | 60 final static int CALL_STATE_ACTIVE = 0;
|
HeadsetStateMachine.java | [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientHalConstants.java | 57 final static int CALL_STATE_ACTIVE = 0;
|
HeadsetClientStateMachine.java | 296 boolean multi = callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) > 1; 299 if (c.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) { 377 addCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE, ""); 413 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE, 441 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); 477 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); 479 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); 603 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); 605 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); 610 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVideoTest.py | 25 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE 636 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE): 640 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE): 679 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE): 683 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE): [all...] |
TelLiveStressCallTest.py | 128 tel_defines.CALL_STATE_ACTIVE)):
|
TelLiveVoiceConfTest.py | 26 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE [all...] |
TelLiveVoiceTest.py | 30 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadsetClientCall.java | 35 public static final int CALL_STATE_ACTIVE = 0; 206 case CALL_STATE_ACTIVE: builder.append("ACTIVE"); break;
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothPhoneServiceImpl.java | 60 private static final int CALL_STATE_ACTIVE = 0; 576 if (state == CALL_STATE_ACTIVE && activeChild != null) { 587 state = CALL_STATE_ACTIVE; [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
BluetoothPhoneServiceTest.java | 73 private static final int CALL_STATE_ACTIVE = 0; 337 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), 378 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), 380 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0), 469 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false, 538 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(1), eq(CALL_STATE_ACTIVE), eq(0), [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
HfpClientConnection.java | 96 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE:
|
HfpClientConnectionService.java | 213 call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) {
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_defines.py | 278 CALL_STATE_ACTIVE = "ACTIVE"
|
tel_voice_utils.py | 19 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyConstants.java | 54 public static final String CALL_STATE_ACTIVE = "ACTIVE";
|
InCallServiceImpl.java | [all...] |