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 353 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, "");
430 BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
500 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
517 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
565 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, "");
743 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
774 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
781 setCallState(cw, BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
784 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, number);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 89 private static final int CALL_STATE_INCOMING = 4;
    [all...]

Completed in 219 milliseconds