Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java121 public String getLayerName() { in getLayerName() method in ApkInfo
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java90 mLayerPattern = Pattern.compile(getApkInfo().getLayerName()); in doStart()