Searched refs:apks (Results 1 – 7 of 7) sorted by relevance
1 //apks signed by keyset_A58 //apks signed by keyset_B83 //apks signed by keyset_A and keyset_B93 //apks signed by keyset_A and unit_test103 //apks signed by platform only112 //apks signed by platform and keyset_A
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()
12 - source for dummy apks used in testing.
133 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); in testGetInstalledPackages() local136 for (PackageInfo pi : apks) { in testGetInstalledPackages()
63 // Rules to copy all the test apks to the intermediate raw resource directory
66 --no-install, -n Stop the test suite installing apks to device.67 --no-uninstall Stop the test suite uninstalling apks after
917 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); in parseClusterPackageLite() local941 if (apks.put(lite.splitName, lite) != null) { in parseClusterPackageLite()950 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite()957 final int size = apks.size(); in parseClusterPackageLite()974 splitNames = apks.keySet().toArray(splitNames); in parseClusterPackageLite()978 final ApkLite apk = apks.get(splitNames[i]); in parseClusterPackageLite()