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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 38 final public static int EVENT_TYPE_CALLSETUP = 10;
96 case EVENT_TYPE_CALLSETUP:
97 return "EVENT_TYPE_CALLSETUP";
NativeInterface.java 201 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_CALLSETUP);
HeadsetClientStateMachine.java     [all...]

Completed in 58 milliseconds