D | ActivityManagerAppExitInfoTest.java | 310 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest 312 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService() 315 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest 377 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false); in testExitCode() 451 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testLmkdKill() 501 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testKillBySignal() 539 startService(ACTION_ANR, STUB_SERVICE_NAME, false, false); in testAnr() 706 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChange() 756 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChangeWithReason() 805 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash() [all …]
|