Home
last modified time | relevance | path

Searched refs:EVENT_TYPE_NONE (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStackEvent.java28 private static final int EVENT_TYPE_NONE = 0; field in A2dpStackEvent
44 public int type = EVENT_TYPE_NONE;
69 case EVENT_TYPE_NONE: in eventTypeToString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java29 public static final int EVENT_TYPE_NONE = 0; field in StackEvent
52 public int type = EVENT_TYPE_NONE;
81 case EVENT_TYPE_NONE: in eventTypeToString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java28 private static final int EVENT_TYPE_NONE = 0; field in LeAudioStackEvent
49 public int type = EVENT_TYPE_NONE;
76 case EVENT_TYPE_NONE: in eventTypeToString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DStackEvent.java20 static final int EVENT_TYPE_NONE = 0; field in StackEvent
24 int mType = EVENT_TYPE_NONE;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidStackEvent.java27 private static final int EVENT_TYPE_NONE = 0; field in HearingAidStackEvent
61 case EVENT_TYPE_NONE: in eventTypeToString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DStackEvent.java22 static final int EVENT_TYPE_NONE = 0; field in StackEvent
38 int mType = EVENT_TYPE_NONE;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStackEvent.java27 public static final int EVENT_TYPE_NONE = 0; field in HeadsetStackEvent
138 case EVENT_TYPE_NONE: in getTypeString()