Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java41 String ACTION_SHOW_RUNNING_SCRIPTS = field
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification()
183 } else if (intent.getAction().equals(Constants.ACTION_SHOW_RUNNING_SCRIPTS)) { in startAction()