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

  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 92 private final List<HdmiDeviceInfo> mHdmiDeviceList = new LinkedList<>();
139 mHdmiDeviceList.addAll(hdmiControlService.getInputDevices());
190 for (Iterator<HdmiDeviceInfo> it = mHdmiDeviceList.iterator(); it.hasNext();) {
257 return Collections.unmodifiableList(mHdmiDeviceList);
575 pw.println("mHdmiDeviceList:");
577 for (HdmiDeviceInfo hdmiDeviceInfo : mHdmiDeviceList) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 544 milliseconds