Searched refs:ACTION_STOP_SERVICE (Results 1 – 4 of 4) 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()
45 .setAction(ReflectorVpnService.ACTION_STOP_SERVICE); in onCreate()
43 public static final String ACTION_STOP_SERVICE = "com.android.cts.vpnfirewall.STOP_SERVICE"; field in ReflectorVpnService70 if (ACTION_STOP_SERVICE.equals(intent.getAction())) { in onStartCommand()
144 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in ActivityManagerProcessStateTest