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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 64 final static int CALL_STATE_INCOMING = 4;
HeadsetStateMachine.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 49 public static final int CALL_STATE_INCOMING = 4;
172 case CALL_STATE_INCOMING: builder.append("INCOMING"); break;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 61 final static int CALL_STATE_INCOMING = 4;
HeadsetClientStateMachine.java 324 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, "");
401 BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
471 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
488 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
536 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, "");
714 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
745 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
752 setCallState(cw, BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
755 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, number);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 87 private static final int CALL_STATE_INCOMING = 4;
802 bluetoothCallState = CALL_STATE_INCOMING;
    [all...]

Completed in 137 milliseconds