Home
last modified time | relevance | path

Searched refs:apks (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest5.java131 List<PackageInfo> apks = mShortcutService.getInstalledPackages(mMyUserId); in testGetInstalledPackages() local
134 for (PackageInfo pi : apks) { in testGetInstalledPackages()
/frameworks/support/buildSrc/
Dinit.gradle250 // 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.
/frameworks/rs/tests/lldb/
DREADME.txt66 --no-install, -n Stop the test suite installing apks to device.
67 --no-uninstall Stop the test suite uninstalling apks after
/frameworks/base/core/java/android/content/pm/
DPackageParser.java904 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); in parseClusterPackageLite() local
928 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()