Searched refs:POLLING_INTERVAL_MS_FOR_TV (Results 1 – 2 of 2) sorted by relevance
41 public static final int POLLING_INTERVAL_MS_FOR_TV = 5000; field in HotplugDetectionAction73 return mIsTvDevice ? POLLING_INTERVAL_MS_FOR_TV : POLLING_INTERVAL_MS_FOR_PLAYBACK; in getPollingInterval()110 addTimer(mState, POLLING_INTERVAL_MS_FOR_TV); in handleTimerEvent()
810 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()