Home
last modified time | relevance | path

Searched refs:SystemServerInformation (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DCorruptApkTests.java50 private class SystemServerInformation { class in CorruptApkTests
54 SystemServerInformation(long pid, long startTime) { in SystemServerInformation() method in CorruptApkTests.SystemServerInformation
61 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()