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

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java272 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV);
273 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK);
276 private static boolean hasDeviceType(int[] types, int type) { method in class:HdmiControlManager

Completed in 49 milliseconds