Searched refs:mSystemServerProcess (Results 1 – 2 of 2) sorted by relevance
41 private ProcessInfo mSystemServerProcess; field in SystemServerStatusChecker57 mSystemServerProcess = device.getProcessByName("system_server"); in preExecutionCheck()59 if (mSystemServerProcess == null) { in preExecutionCheck()80 if (mSystemServerProcess == null) { in postExecutionCheck()87 if (!device.deviceSoftRestarted(mSystemServerProcess)) { in postExecutionCheck()
49 private ProcessInfo mSystemServerProcess = null; field in InstrumentationListener69 mSystemServerProcess = info; in setOriginalSystemServer()103 if (mSystemServerProcess != null) { in testRunFailed()106 restarted = getDevice().deviceSoftRestarted(mSystemServerProcess); in testRunFailed()