Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/test/com/android/game/qualification/
DGameCoreConfigurationXmlParserTest.java64 assertEquals(-1, requirements.getLoadTime()); in testSingleApkInfo()
73 assertEquals(10000, apk.getLoadTime()); in testSingleApkInfo()
105 assertEquals(21, apk.getLoadTime()); in testOptionalFields()
200 assertEquals(42, requirements.getLoadTime()); in testRequirements()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java343 if (requirements.getLoadTime() >= 0) { in createPerformanceReport()
349 } else if (metrics.getLoadTimeMs() > requirements.getLoadTime()) { in createPerformanceReport()
356 text.append(requirements.getLoadTime()); in createPerformanceReport()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DCertificationRequirements.java62 public int getLoadTime() { in getLoadTime() method in CertificationRequirements
DApkInfo.java139 public int getLoadTime() { in getLoadTime() method in ApkInfo
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DGameQualificationTest.java151 }, mApk.getLoadTime()); in startApp()