Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java313 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV); in HdmiControlManager()
314 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK); in HdmiControlManager()
315 mHasAudioSystemDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in HdmiControlManager()
316 mHasSwitchDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PURE_CEC_SWITCH); in HdmiControlManager()
320 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType() method in HdmiControlManager
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23131 Landroid/hardware/hdmi/HdmiControlManager;->hasDeviceType([II)Z