Searched refs:maxReadTime (Results 1 – 1 of 1) sorted by relevance
993 long maxReadTime = 0; in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData() local1003 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()