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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
StackEvent.java 34 final public static int EVENT_TYPE_NETWORK_SIGNAL = 6;
88 case EVENT_TYPE_NETWORK_SIGNAL:
89 return "EVENT_TYPE_NETWORK_SIGNAL";
NativeInterface.java 132 StackEvent event = new StackEvent(StackEvent.EVENT_TYPE_NETWORK_SIGNAL);
HeadsetClientStateMachine.java     [all...]

Completed in 358 milliseconds