Searched refs:ACTION_EXIT (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleService4.java | 57 private static final int ACTION_EXIT = 2; field in SimpleService4 125 case ACTION_EXIT: in doAction()
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 97 private static final int ACTION_EXIT = 2; field in ActivityManagerAppExitInfoTest 374 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false); in testExitCode() 941 startService(ACTION_EXIT, STUB_SERVICE_REMOTE_NAME, true, false); in testMultipleProcess() 1062 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false, false, true, cookie1); in testSecondaryUser() 1072 startService(ACTION_EXIT, STUB_SERVICE_REMOTE_NAME, true, true, true, true, cookie3); in testSecondaryUser()
|