Searched refs:classLoaderContextMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | DexLoadReporter.java | 89 public void report(Map<String, String> classLoaderContextMap) { in report() argument 90 if (classLoaderContextMap.isEmpty()) { in report() 97 notifyPackageManager(classLoaderContextMap); in report() 100 registerSecondaryDexForProfiling(classLoaderContextMap.keySet()); in report() 103 private void notifyPackageManager(Map<String, String> classLoaderContextMap) { in notifyPackageManager() argument 108 classLoaderContextMap, VMRuntime.getRuntime().vmInstructionSet()); in notifyPackageManager()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 154 Map<String, String> classLoaderContextMap, String loaderIsa, int loaderUserId) { in notifyDexLoad() argument 156 notifyDexLoadInternal(loadingAppInfo, classLoaderContextMap, loaderIsa, in notifyDexLoad() 166 Map<String, String> classLoaderContextMap, String loaderIsa, in notifyDexLoadInternal() argument 168 if (classLoaderContextMap == null) { in notifyDexLoadInternal() 171 if (classLoaderContextMap.isEmpty()) { in notifyDexLoadInternal() 176 Slog.w(TAG, "Loading dex files " + classLoaderContextMap.keySet() in notifyDexLoadInternal() 181 for (Map.Entry<String, String> mapping : classLoaderContextMap.entrySet()) { in notifyDexLoadInternal()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 537 in Map<String, String> classLoaderContextMap, String loaderIsa); in notifyDexLoad() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 9795 public void notifyDexLoad(String loadingPackageName, Map<String, String> classLoaderContextMap, 9804 mDexManager.notifyDexLoad(ai, classLoaderContextMap, loaderIsa, userId);
|