Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10339 List<String> allCodePaths = pkg.getAllCodePathsExcludingResourceOnly(); in dumpProfiles() local
10340 String codePaths = TextUtils.join(";", allCodePaths); in dumpProfiles()
16891 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() argument
16892 if (!allCodePaths.isEmpty()) { in removeDexFiles()
16897 for (String codePath : allCodePaths) { in removeDexFiles()
17100 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
17104 allCodePaths = pkg.getAllCodePaths(); in cleanUpResourcesLI()
17111 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()
17396 private void cleanUpResourcesLI(List<String> allCodePaths) { in cleanUpResourcesLI() argument
17398 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()
[all …]