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.java18642 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() argument
18643 if (!allCodePaths.isEmpty()) { in removeDexFiles()
18648 for (String codePath : allCodePaths) { in removeDexFiles()
18830 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
18837 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()
18842 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()