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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 44 public static final int EVENT_TYPE_CURRENT_CALLS = 15;
106 case EVENT_TYPE_CURRENT_CALLS:
107 return "EVENT_TYPE_CURRENT_CALLS";
NativeInterface.java 322 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_CURRENT_CALLS);
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 292 StackEvent eventIncomingCall = new StackEvent(StackEvent.EVENT_TYPE_CURRENT_CALLS);

Completed in 673 milliseconds