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.java11235 private void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles()
11436 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
11728 private void cleanUpResourcesLI(List<String> allCodePaths) { in cleanUpResourcesLI()
11739 final List<String> allCodePaths = getAllCodePaths(); in doPostDeleteLI() local