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

  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 315 private final List<UEventInfo> mUEventInfo;
327 UEventInfo uei = mUEventInfo.get(i);
351 UEventInfo uei = mUEventInfo.get(i);
356 private List<UEventInfo> makeObservedUEventList() {
357 List<UEventInfo> retVal = new ArrayList<UEventInfo>();
358 UEventInfo uei;
362 uei = new UEventInfo(NAME_H2W, BIT_HEADSET, BIT_HEADSET_NO_MIC, BIT_LINEOUT);
371 uei = new UEventInfo(NAME_USB_AUDIO, BIT_USB_HEADSET_ANLG, BIT_USB_HEADSET_DGTL, 0);
386 uei = new UEventInfo(NAME_HDMI_AUDIO, BIT_HDMI_AUDIO, 0, 0)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 82 milliseconds