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

/frameworks/base/services/java/com/android/server/
H A DWiredAccessoryManager.java285 private final List<UEventInfo> mUEventInfo;
297 UEventInfo uei = mUEventInfo.get(i);
321 UEventInfo uei = mUEventInfo.get(i);
326 private List<UEventInfo> makeObservedUEventList() {
327 List<UEventInfo> retVal = new ArrayList<UEventInfo>();
328 UEventInfo uei;
332 uei = new UEventInfo(NAME_H2W, BIT_HEADSET, BIT_HEADSET_NO_MIC);
341 uei = new UEventInfo(NAME_USB_AUDIO, BIT_USB_HEADSET_ANLG, BIT_USB_HEADSET_DGTL);
356 uei = new UEventInfo(NAME_HDMI_AUDI
397 private final class UEventInfo { class in class:WiredAccessoryManager.WiredAccessoryObserver
402 public UEventInfo(String devName, int state1Bits, int state2Bits) { method in class:WiredAccessoryManager.WiredAccessoryObserver.UEventInfo
[all...]

Completed in 160 milliseconds