Searched refs:crashProcess (Results 1 – 3 of 3) sorted by relevance
20 void crashProcess(); in crashProcess() method
149 waitForDone(mServiceConnector.post(service -> service.crashProcess())); in processCrashes_whileConnected_invokesLifecycleCallbacks()237 public void crashProcess() { in crashProcess() method in ServiceConnectorTest.TestServiceConnectorService
201 crashProcess("system_server", NATIVE_CRASHES_THRESHOLD); in testNativeWatchdogTriggersRebootlessApexRollback()269 private void crashProcess(String processName, int numberOfCrashes) throws Exception { in crashProcess() method in StagedRollbackTest