Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java993 long maxReadTime = 0; in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData() local
1003 maxReadTime = Math.max(maxReadTime, readTime0); in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()
1004 if (maxReadTime >= EXPECTED_READ_TIME) { in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()
1008 assertTrue("Must take longer than " + EXPECTED_READ_TIME + "ms: time0=" + maxReadTime in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()
1009 + "ms", maxReadTime >= EXPECTED_READ_TIME); in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()