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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 37 final public static int EVENT_TYPE_CALL = 9;
94 case EVENT_TYPE_CALL:
95 return "EVENT_TYPE_CALL";
NativeInterface.java 177 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_CALL);
HeadsetClientStateMachine.java     [all...]

Completed in 58 milliseconds