Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java7403 List<String> allCodePaths = pkg.getAllCodePathsExcludingResourceOnly(); in dumpProfiles() local
13176 private void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles()
13383 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
13676 private void cleanUpResourcesLI(List<String> allCodePaths) { in cleanUpResourcesLI()
13687 final List<String> allCodePaths = getAllCodePaths(); in doPostDeleteLI() local