D | ActivityManagerAppExitInfoTest.java | 411 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest 413 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService() 416 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest 481 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false); in testExitCode() 556 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testLmkdKill() 607 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testKillBySignal() 647 startService(ACTION_ANR, STUB_SERVICE_NAME, false, false); in testAnr() 819 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChange() 879 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChangeWithReason() 938 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash() [all …]
|