Searched refs:getApkInfo (Results 1 – 7 of 7) sorted by relevance
66 assertEquals(1, config.getApkInfo().size()); in testSingleApkInfo()67 ApkInfo apk = config.getApkInfo().get(0); in testSingleApkInfo()97 List<ApkInfo> apks = parser.parse(input).getApkInfo(); in testOptionalFields()156 List<ApkInfo> apks = parser.parse(input).getApkInfo(); in testApkWithArguments()
71 Preconditions.checkState(getApkInfo() != null); in doStart()90 mLayerPattern = Pattern.compile(getApkInfo().getLayerName()); in doStart()259 testLog("RAW-" + getApkInfo().getName(), LogDataType.TEXT, rawData); in doEnd()310 … testLog("GameQualification-frametimes-" + getApkInfo().getName(), LogDataType.TEXT, source); in doEnd()326 "GameQualification-histogram-" + getApkInfo().getName() + "-run" + runIndex, in printHistogram()
72 getApkInfo().getName()); in onStart()
48 protected ApkInfo getApkInfo() { in getApkInfo() method in BaseGameQualificationMetricCollector
50 getApkInfo().stream() in validateConfiguration()71 public List<ApkInfo> getApkInfo() { in getApkInfo() method in GameCoreConfiguration
58 List<ApkInfo> apks = parser.parse(new File(ApkInfo.APK_LIST_LOCATION)).getApkInfo(); in data()
330 mApks = mGameCoreConfiguration.getApkInfo(); in initApkList()