Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollector.java44 protected long mIntervalMs = 60 * 1000L; field in GameQualificationScheduledMetricCollector
54 CLog.d("starting with interval = %s", mIntervalMs); in onStart()
81 mTimer.scheduleAtFixedRate(timerTask, 0, mIntervalMs); in onStart()
83 mTimer.schedule(timerTask, 0, mIntervalMs); in onStart()
DGameQualificationFpsCollector.java58 mIntervalMs = 1000L; in GameQualificationFpsCollector()
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollectorTest.java63 collector.mIntervalMs = 1; in checkConcurrency()