Home
last modified time | relevance | path

Searched refs:ACTION_KILL_PROVIDER (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService4.java62 private static final int ACTION_KILL_PROVIDER = 7; field in SimpleService4
145 case ACTION_KILL_PROVIDER: in doAction()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java102 private static final int ACTION_KILL_PROVIDER = 7; field in ActivityManagerAppExitInfoTest
913 startService(ACTION_KILL_PROVIDER, STUB_SERVICE_NAME, false, false, false, false, null); in testDependencyDied()