Searched refs:hasDeviceType (Results 1 – 1 of 1) sorted by relevance
281 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()282 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()285 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager