Searched refs:apk (Results 1 – 10 of 10) sorted by relevance
2 It is based on the Loopback.apk run with Loopback dongle: https://source.android.com/devices/audio/…13 * Which version of Loopback.apk is used in the test?14 …The Loopback.apk used in this test is Loopback-v17 copied from https://tradefed.teams.x20web.corp.…16 * Where can I get the source code for the Loopback.apk?
124 for (File apk : apks) { in getApkListFromDirectory()125 AaptParser parser = AaptParser.parse(apk); in getApkListFromDirectory()128 String.format("Failed to parse apk file %s", apk.getCanonicalPath())); in getApkListFromDirectory()136 apk.getName()); in getApkListFromDirectory()
142 for (Entry<String, Integer> apk : apkToAbi.entrySet()) { in testApksAbis()143 if (apk.getValue() < maxAbi) { in testApksAbis()144 fail(String.format("apk %s only has %s abi when it should have %s", apk.getKey(), in testApksAbis()145 apk.getValue(), maxAbi)); in testApksAbis()
128 for (File apk : apkNames) { in testApkPackageNames()129 String apkName = apk.getName(); in testApkPackageNames()
15 The tests have two components, an agent apk running on the Android Device Under34 * an apk called `android_snippet.apk`48 * Install the `android_snippet.apk` with opition -g.
51 …adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk; then53 adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk
28 DATA/app/VtsAgentApp/VtsAgentApp.apk->/data/local/tmp/VtsAgentApp.apk
37 if ! adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk;…39 adb install -r $OUT/testcases/NeuralNetworksApiBenchmark/arm64/NeuralNetworksApiBenchmark.apk
482 for (ApkInfo apk : apkList) {483 if (filterTest(apk.packageName)) {484 filteredList.add(apk);
96 private void mockApkPackage(File apk, String packageName) { in mockApkPackage() argument99 mAaptParsers.put(apk, mockParser); in mockApkPackage()