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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 36 public static final int CALL_STATE_ACTIVE = 0;
218 case CALL_STATE_ACTIVE: builder.append("ACTIVE"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 60 final static int CALL_STATE_ACTIVE = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 57 final static int CALL_STATE_ACTIVE = 0;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 62 private static final int CALL_STATE_ACTIVE = 0;
600 if (state == CALL_STATE_ACTIVE && activeChild != null) {
611 state = CALL_STATE_ACTIVE;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 74 private static final int CALL_STATE_ACTIVE = 0;
338 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0),
379 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0),
381 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0),
470 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false,
539 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 312 CALL_STATE_ACTIVE = "ACTIVE"

Completed in 459 milliseconds