Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/test/com/android/game/qualification/
DGameCoreConfigurationXmlParserTest.java74 assertEquals(10000, apk.getRunTime()); in testSingleApkInfo()
106 assertEquals(42, apk.getRunTime()); in testOptionalFields()
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DGameQualificationTest.java149 mApk.getRunTime()); in startApp()
164 mHandler.postDelayed(() -> mHandler.getLooper().quit(), mApk.getRunTime()); in registerReceiver()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java147 public int getRunTime() { in getRunTime() method in ApkInfo