HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATE_ACTIVE (Results 1 - 20 of 20) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 60 static final int CALL_STATE_ACTIVE = 0;
HeadsetService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 57 static final int CALL_STATE_ACTIVE = 0;
HeadsetClientStateMachine.java 458 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) {
490 } else if (getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) != null) {
502 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE:
549 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE:
577 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
601 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
623 if (c == null || c.getState() != BluetoothHeadsetClientCall.CALL_STATE_ACTIVE
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoTest.py 26 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
652 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE):
656 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE):
695 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE):
699 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE):
    [all...]
TelWifiVideoTest.py 26 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
TelLiveVoiceConfTest.py 27 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
92 return CALL_STATE_ACTIVE
    [all...]
TelLiveVoiceTest.py 29 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 37 public static final int CALL_STATE_ACTIVE = 0;
234 case CALL_STATE_ACTIVE:
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 62 private static final int CALL_STATE_ACTIVE = 0;
608 if (state == CALL_STATE_ACTIVE && activeChild != null) {
619 state = CALL_STATE_ACTIVE;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 79 private static final int CALL_STATE_ACTIVE = 0;
360 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0),
402 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0),
404 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0),
497 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false,
569 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(1), eq(CALL_STATE_ACTIVE), eq(0),
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_telecom_utils.py 249 if not wait_for_call_state(log, ad, call_id, tel_defines.CALL_STATE_ACTIVE):
437 log, ad, call_id, tel_defines.CALL_STATE_ACTIVE):
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 144 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE:
HfpClientDeviceBlock.java 177 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 319 CALL_STATE_ACTIVE = "ACTIVE"
tel_voice_utils.py 19 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpTest.py 325 tel_defines.CALL_STATE_ACTIVE]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 54 public static final String CALL_STATE_ACTIVE = "ACTIVE";
InCallServiceImpl.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 742 milliseconds