Searched defs:reconcileSecondaryDexFiles (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java261 result = reconcileSecondaryDexFiles(pm.getDexManager());
321 private int reconcileSecondaryDexFiles(DexManager dm) { method in class:BackgroundDexOptService
327 dm.reconcileSecondaryDexFiles(p);
H A DPackageManagerService.java9549 mDexManager.reconcileSecondaryDexFiles(packageName);
9564 public void reconcileSecondaryDexFiles(String packageName) { method in class:PackageManagerService
9570 mDexManager.reconcileSecondaryDexFiles(packageName);
[all...]
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java207 // consistent with other methods in DexManager (e.g. reconcileSecondaryDexFiles performs
227 // consistent with other methods in DexManager (e.g. reconcileSecondaryDexFiles performs
368 public void reconcileSecondaryDexFiles(String packageName) { method in class:DexManager

Completed in 120 milliseconds