Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java18771 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() argument
18772 if (!allCodePaths.isEmpty()) { in removeDexFiles()
18777 for (String codePath : allCodePaths) { in removeDexFiles()
18959 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
18966 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()
18971 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()