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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 60 static final int CALL_STATE_ACTIVE = 0;
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 37 public static final int CALL_STATE_ACTIVE = 0;
234 case CALL_STATE_ACTIVE:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 57 static final int CALL_STATE_ACTIVE = 0;
  /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...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyConstants.java 54 public static final String CALL_STATE_ACTIVE = "ACTIVE";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 319 CALL_STATE_ACTIVE = "ACTIVE"
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 625 milliseconds