Searched refs:UPDATE_INTERVAL_SECS (Results 1 – 1 of 1) sorted by relevance
56 private final static int UPDATE_INTERVAL_SECS = 1; field in ScriptProcessMonitor72 mTimer.scheduleAtFixedRate(mUpdater, 0, UPDATE_INTERVAL_SECS * 1000);110 mTimer.scheduleAtFixedRate(mUpdater, 0, UPDATE_INTERVAL_SECS * 1000); in onResume()