Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java273 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()
274 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()
277 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager