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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 63 final static int CALL_STATE_ALERTING = 3;
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 60 final static int CALL_STATE_ALERTING = 3;
HeadsetClientStateMachine.java 470 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING:
524 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING:
579 BluetoothHeadsetClientCall.CALL_STATE_ALERTING,
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 48 public static final int CALL_STATE_ALERTING = 3;
221 case CALL_STATE_ALERTING: builder.append("ALERTING"); break;
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 65 private static final int CALL_STATE_ALERTING = 3;
757 bluetoothCallState == CALL_STATE_ALERTING;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 156 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING:
HfpClientDeviceBlock.java 196 call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ALERTING ||
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 77 private static final int CALL_STATE_ALERTING = 3;
490 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
517 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false,
    [all...]

Completed in 282 milliseconds