Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java42 public static final int POLLING_INTERVAL_MS_FOR_PLAYBACK = 60000; field in HotplugDetectionAction
73 return mIsTvDevice ? POLLING_INTERVAL_MS_FOR_TV : POLLING_INTERVAL_MS_FOR_PLAYBACK; in getPollingInterval()
114 addTimer(mState, POLLING_INTERVAL_MS_FOR_PLAYBACK); in handleTimerEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecLocalDevicePlaybackTest.java61 HotplugDetectionAction.POLLING_INTERVAL_MS_FOR_PLAYBACK;