Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRemovePackageHelper.java405 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
412 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()
417 removeDexFilesLI(allCodePaths, instructionSets); in cleanUpResourcesLI()
421 private void removeDexFilesLI(List<String> allCodePaths, String[] instructionSets) { in removeDexFilesLI() argument
422 if (!allCodePaths.isEmpty()) { in removeDexFilesLI()
430 for (String codePath : allCodePaths) { in removeDexFilesLI()