Home
last modified time | relevance | path

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

/cts/tools/cts-reference-app-lib/src/android/cts/refapp/
DReferenceAppTestCase.java35 private int maxStartupTimeMs; field in ReferenceAppTestCase
44 public ReferenceAppTestCase(String pkg, Class<T> activityClass, int maxStartupTimeMs) { in ReferenceAppTestCase() argument
46 this.maxStartupTimeMs = maxStartupTimeMs; in ReferenceAppTestCase()
67 assertTrue("Activity Startup took more than " + maxStartupTimeMs + in testActivityStartupTime()
69 startupTime <= maxStartupTimeMs); in testActivityStartupTime()