Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java1564 List<HotplugDetectionAction> hotplugActions = getActions(HotplugDetectionAction.class); in onHotplug() local
1565 if (!hotplugActions.isEmpty()) { in onHotplug()
1569 hotplugActions.get(0).pollAllDevicesNow(); in onHotplug()