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.java58 private class SystemServerInformation { class in CorruptApkTests
62 SystemServerInformation(long pid, long startTime) { in SystemServerInformation() method in CorruptApkTests.SystemServerInformation
69 return (actual instanceof SystemServerInformation) in equals()
70 && mPid == ((SystemServerInformation) actual).mPid in equals()
71 && mStartTime == ((SystemServerInformation) actual).mStartTime; in equals()
76 private SystemServerInformation retrieveInfo() throws DeviceNotAvailableException { in retrieveInfo()
100 return new SystemServerInformation(pid, startTime); in retrieveInfo()
145 SystemServerInformation beforeInfo = retrieveInfo(); in assertInstallDoesNotCrashSystem()