Searched refs:SystemServerInformation (Results 1 – 1 of 1) sorted by relevance
50 private class SystemServerInformation { class in CorruptApkTests54 SystemServerInformation(long pid, long startTime) { in SystemServerInformation() method in CorruptApkTests.SystemServerInformation61 return (actual instanceof SystemServerInformation) in equals()62 && mPid == ((SystemServerInformation) actual).mPid in equals()63 && mStartTime == ((SystemServerInformation) actual).mStartTime; in equals()68 private SystemServerInformation retrieveInfo() throws DeviceNotAvailableException { in retrieveInfo()92 return new SystemServerInformation(pid, startTime); in retrieveInfo()127 SystemServerInformation beforeInfo = retrieveInfo(); in assertInstallDoesNotCrashSystem()