Searched refs:apk (Results 1 – 8 of 8) 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?
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.
28 DATA/app/VtsAgentApp/VtsAgentApp.apk->/data/local/tmp/VtsAgentApp.apk
137 if ! adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk; then139 adb install -r $OUT/testcases/${APP}/${APK_DIR}/${APP}.apk
24 …out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworksApiCrashTest.apk
96 private void mockApkPackage(File apk, String packageName) { in mockApkPackage() argument99 mAaptParsers.put(apk, mockParser); in mockApkPackage()