Searched refs:apexes (Results 1 – 4 of 4) sorted by relevance
598 final File[] apexes = dir.listFiles(); in installApexPackages() local599 if (apexes == null) { in installApexPackages()604 if (apexes.length != 1) { in installApexPackages()607 + " got: " + apexes.length, in installApexPackages()611 ApexInfo apexInfo = mPm.mApexManager.installPackage(apexes[0]); in installApexPackages()
946 final List<ActiveApexInfo> apexes = getActiveApexInfos(); in getBackingApexFile() local947 for (int i = 0; i < apexes.size(); i++) { in getBackingApexFile()948 if (apexes.get(i).apexModuleName.equals(moduleName)) { in getBackingApexFile()949 return apexes.get(i).apexFile; in getBackingApexFile()
106 List<ApexManager.ActiveApexInfo> apexes = ApexManager.getInstance().getActiveApexInfos(); in create() local107 for (ApexManager.ActiveApexInfo apex : apexes) { in create()
542 // which can reference classes from updatable apexes, so remove references to them560 // which can reference classes from updatable apexes, so remove references to them