Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallPackageHelper.java3141 void installSystemStubPackages(@NonNull List<String> systemStubPackageNames, in installSystemStubPackages() argument
3143 for (int i = systemStubPackageNames.size() - 1; i >= 0; --i) { in installSystemStubPackages()
3144 final String packageName = systemStubPackageNames.get(i); in installSystemStubPackages()
3147 systemStubPackageNames.remove(i); in installSystemStubPackages()
3153 systemStubPackageNames.remove(i); in installSystemStubPackages()
3161 systemStubPackageNames.remove(i); in installSystemStubPackages()
3171 systemStubPackageNames.remove(i); in installSystemStubPackages()
3180 for (int i = systemStubPackageNames.size() - 1; i >= 0; --i) { in installSystemStubPackages()
3181 final String pkgName = systemStubPackageNames.get(i); in installSystemStubPackages()