Searched defs:allCodePaths (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9591 List<String> allCodePaths = Collections.EMPTY_LIST;
9595 allCodePaths = pkg.getAllCodePaths();
9603 if (!allCodePaths.isEmpty()) {
9608 for (String codePath : allCodePaths) {
9921 private void cleanUpResourcesLI(List<String> allCodePaths) { argument
9924 if (!allCodePaths.isEmpty()) {
9929 for (String codePath : allCodePaths) {
9955 final List<String> allCodePaths = getAllCodePaths();
9964 cleanUpResourcesLI(allCodePaths);

Completed in 397 milliseconds