Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java55 LAYER_NAME("layerName", null), enumConstant
156 getElement(element, Field.LAYER_NAME), in createApkInfo()
DApkInfo.java87 checkNotNull(layerName, Field.LAYER_NAME.getTag()); in ApkInfo()