Searched refs:hasDeviceType (Results 1 – 1 of 1) sorted by relevance
273 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