Searched refs:maxStartupTimeMs (Results 1 – 1 of 1) sorted by relevance
35 private int maxStartupTimeMs; field in ReferenceAppTestCase44 public ReferenceAppTestCase(String pkg, Class<T> activityClass, int maxStartupTimeMs) { in ReferenceAppTestCase() argument46 this.maxStartupTimeMs = maxStartupTimeMs; in ReferenceAppTestCase()67 assertTrue("Activity Startup took more than " + maxStartupTimeMs + in testActivityStartupTime()69 startupTime <= maxStartupTimeMs); in testActivityStartupTime()