Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptProcessMonitor.java56 private final static int UPDATE_INTERVAL_SECS = 1; field in ScriptProcessMonitor
72 mTimer.scheduleAtFixedRate(mUpdater, 0, UPDATE_INTERVAL_SECS * 1000);
110 mTimer.scheduleAtFixedRate(mUpdater, 0, UPDATE_INTERVAL_SECS * 1000); in onResume()