Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DTestUtils.java26 return pm.hasSystemFeature(GameCoreConfiguration.FEATURE_STRING); in isGameCoreCertified()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DTestUtils.java30 "pm has-feature " + GameCoreConfiguration.FEATURE_STRING); in isGameCoreCertified()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfiguration.java23 public static String FEATURE_STRING = "android.software.gamecore.preview.certified"; field in GameCoreConfiguration