Searched refs:apks (Results 1 – 5 of 5) sorted by relevance
203 ArrayList<String> apks = new ArrayList<>(); in validateDexPaths() local206 apks.add(paths[i]); in validateDexPaths()214 for (int j = apks.size() - 1; j >= 0; j--) { in validateDexPaths()215 if (dmPath.equals(buildDexMetadataPathForFile(new File(apks.get(j))))) { in validateDexPaths()
133 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); in testGetInstalledPackages() local136 for (PackageInfo pi : apks) { in testGetInstalledPackages()
263 // For test apks, they are uploaded only if we have java test sources.264 // For regular app apks, they are uploaded only if they have java sources.
66 --no-install, -n Stop the test suite installing apks to device.67 --no-uninstall Stop the test suite uninstalling apks after
909 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); in parseClusterPackageLite() local933 if (apks.put(lite.splitName, lite) != null) { in parseClusterPackageLite()942 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite()949 final int size = apks.size(); in parseClusterPackageLite()966 splitNames = apks.keySet().toArray(splitNames); in parseClusterPackageLite()970 final ApkLite apk = apks.get(splitNames[i]); in parseClusterPackageLite()