Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerService.java162 if (intent.getAction().equals(Constants.ACTION_KILL_PROCESS)) { in onStartCommand()
250 intent.setAction(Constants.ACTION_KILL_PROCESS); in launchScript()
267 intent.setAction(Constants.ACTION_KILL_PROCESS);
DScriptProcessMonitor.java154 intent.setAction(Constants.ACTION_KILL_PROCESS); in onContextItemSelected()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java37 public static final String ACTION_KILL_PROCESS = field
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java167 intent.setAction(Constants.ACTION_KILL_PROCESS); in closeConnection()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java625 intent.setAction(Constants.ACTION_KILL_PROCESS); in onOptionsItemSelected()