Home
last modified time | relevance | path

Searched refs:ACTION_STOP_SERVICE (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService3.java38 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in SimpleService3
89 } else if (ACTION_STOP_SERVICE.equals(intent.getAction())) { in onStartCommand()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DVpnClient.java45 .setAction(ReflectorVpnService.ACTION_STOP_SERVICE); in onCreate()
DReflectorVpnService.java43 public static final String ACTION_STOP_SERVICE = "com.android.cts.vpnfirewall.STOP_SERVICE"; field in ReflectorVpnService
70 if (ACTION_STOP_SERVICE.equals(intent.getAction())) { in onStartCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java144 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in ActivityManagerProcessStateTest