Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java41 public static final int POLLING_INTERVAL_MS_FOR_TV = 5000; field in HotplugDetectionAction
73 return mIsTvDevice ? POLLING_INTERVAL_MS_FOR_TV : POLLING_INTERVAL_MS_FOR_PLAYBACK; in getPollingInterval()
110 addTimer(mState, POLLING_INTERVAL_MS_FOR_TV); in handleTimerEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTvTest.java810 TimeUnit.SECONDS.toMillis(HotplugDetectionAction.POLLING_INTERVAL_MS_FOR_TV)); in hotplugDetectionAction_discoversDeviceAfterMessageReceived()
852 mTestLooper.moveTimeForward(HotplugDetectionAction.POLLING_INTERVAL_MS_FOR_TV); in hotplugDetectionActionClearsDevices()
900 mTestLooper.moveTimeForward(HotplugDetectionAction.POLLING_INTERVAL_MS_FOR_TV); in hotplugDetectionActionClearsDevices_AudioSystem()