Searched defs:EVENT_TYPE_NONE (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java29 final public static int EVENT_TYPE_NONE = 0; field in class:StackEvent
49 int type = EVENT_TYPE_NONE;
78 case EVENT_TYPE_NONE:
79 return "EVENT_TYPE_NONE";
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java954 int type = EVENT_TYPE_NONE;
996 final private static int EVENT_TYPE_NONE = 0; field in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java812 int type = EVENT_TYPE_NONE;
865 final private static int EVENT_TYPE_NONE = 0; field in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3397 final private static int EVENT_TYPE_NONE = 0; field in class:HeadsetStateMachine
3419 int type = EVENT_TYPE_NONE;

Completed in 94 milliseconds