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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 41 final public static int EVENT_TYPE_CALL_WAITING = 13;
102 case EVENT_TYPE_CALL_WAITING:
103 return "EVENT_TYPE_CALL_WAITING";
NativeInterface.java 271 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_CALL_WAITING);
HeadsetClientStateMachine.java     [all...]

Completed in 50 milliseconds