Searched refs:ACTION_KILL (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleService4.java | 60 private static final int ACTION_KILL = 5; field in SimpleService4 137 case ACTION_KILL: in doAction()
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 100 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()
|