Searched refs:ACTION_KILL_ALL (Results 1 – 3 of 3) sorted by relevance
39 String ACTION_KILL_ALL = field
175 intent.setAction(Constants.ACTION_KILL_ALL); in onOptionsItemSelected()
175 if (intent.getAction().equals(Constants.ACTION_KILL_ALL)) { in startAction()