Searched refs:ACTION_STOP_SERVICE (Results 1 – 2 of 2) sorted by relevance
38 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in SimpleService389 } else if (ACTION_STOP_SERVICE.equals(intent.getAction())) { in onStartCommand()
106 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in ActivityManagerProcessStateTest