Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java24 public static final String APK_LIST_LOCATION = field in ApkInfo
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DGameQualificationTest.java58 List<ApkInfo> apks = parser.parse(new File(ApkInfo.APK_LIST_LOCATION)).getApkInfo(); in data()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java240 getDevice().pushFile(mApkInfoFile, ApkInfo.APK_LIST_LOCATION); in run()