Searched refs:apks (Results 1 – 4 of 4) sorted by relevance
131 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); in testGetInstalledPackages() local134 for (PackageInfo pi : apks) { in testGetInstalledPackages()
250 // For test apks, they are uploaded only if we have java test sources.251 // 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
904 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); in parseClusterPackageLite() local928 if (apks.put(lite.splitName, lite) != null) { in parseClusterPackageLite()937 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite()944 final int size = apks.size(); in parseClusterPackageLite()961 splitNames = apks.keySet().toArray(splitNames); in parseClusterPackageLite()965 final ApkLite apk = apks.get(splitNames[i]); in parseClusterPackageLite()