Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService4.java60 private static final int ACTION_KILL = 5; field in SimpleService4
137 case ACTION_KILL: in doAction()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java100 private static final int ACTION_KILL = 5; field in ActivityManagerAppExitInfoTest
498 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testKillBySignal()
936 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testMultipleProcess()
1067 startService(ACTION_KILL, STUB_SERVICE_NAME, true, true, true, true, cookie2); in testSecondaryUser()
1077 startService(ACTION_KILL, STUB_SERVICE_REMOTE_NAME, true, true, false, true, cookie4); in testSecondaryUser()