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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 42 public static final int EVENT_TYPE_CLIP = 13;
102 case EVENT_TYPE_CLIP:
103 return "EVENT_TYPE_CLIP";
NativeInterface.java 291 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_CLIP);
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 285 StackEvent eventCallStatusUpdated = new StackEvent(StackEvent.EVENT_TYPE_CLIP);

Completed in 233 milliseconds