Home
last modified time | relevance | path

Searched refs:ACTION_STOP_SERVICE (Results 1 – 2 of 2) 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/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java106 static final String ACTION_STOP_SERVICE = "com.android.test.action.STOP"; field in ActivityManagerProcessStateTest