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/service/
DScriptingLayerService.java176 } else if (intent.getAction().equals(Constants.ACTION_KILL_PROCESS)) { in startAction()
268 newIntent.setAction(Constants.ACTION_KILL_PROCESS); in launchScript()
284 newIntent.setAction(Constants.ACTION_KILL_PROCESS); in launchInterpreter()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DConstants.java37 String ACTION_KILL_PROCESS = field
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptProcessMonitor.java153 intent.setAction(Constants.ACTION_KILL_PROCESS); in onContextItemSelected()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java165 intent.setAction(Constants.ACTION_KILL_PROCESS); in closeConnection()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java624 intent.setAction(Constants.ACTION_KILL_PROCESS); in onOptionsItemSelected()