Searched refs:ACTION_KILL_ALL (Results 1 – 3 of 3) sorted by relevance
39 public static final String ACTION_KILL_ALL = "com.googlecode.android_scripting.action.KILL_ALL"; field
174 intent.setAction(Constants.ACTION_KILL_ALL); in onOptionsItemSelected()
164 } else if (intent.getAction().equals(Constants.ACTION_KILL_ALL)) { in startAction()