Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstallPackageHelper.java3027 void installSystemStubPackages(@NonNull List<String> systemStubPackageNames, in installSystemStubPackages() argument
3029 for (int i = systemStubPackageNames.size() - 1; i >= 0; --i) { in installSystemStubPackages()
3030 final String packageName = systemStubPackageNames.get(i); in installSystemStubPackages()
3033 systemStubPackageNames.remove(i); in installSystemStubPackages()
3039 systemStubPackageNames.remove(i); in installSystemStubPackages()
3047 systemStubPackageNames.remove(i); in installSystemStubPackages()
3057 systemStubPackageNames.remove(i); in installSystemStubPackages()
3066 for (int i = systemStubPackageNames.size() - 1; i >= 0; --i) { in installSystemStubPackages()
3067 final String pkgName = systemStubPackageNames.get(i); in installSystemStubPackages()