Searched refs:notifyDexLoad (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java128 notifyDexLoad(mFooUser0, mFooUser0.getBaseAndSplitDexPaths(), mUser0);
137 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0);
149 notifyDexLoad(mFooUser0, fooSecondaries, mUser0);
161 notifyDexLoad(mFooUser0, barSecondaries, mUser0);
173 notifyDexLoad(mFooUser0, fooSecondaries, mUser0);
176 notifyDexLoad(mFooUser0, barSecondaries, mUser0);
178 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0);
180 notifyDexLoad(mBarUser0, barSecondaries, mUser0);
183 notifyDexLoad(mBarUser0, barSecondariesForOwnUse, mUser0);
211 notifyDexLoad(mInvalidIs
516 private void notifyDexLoad(TestData testData, List<String> dexPaths, int loaderUserId) { method in class:DexManagerTests
524 private void notifyDexLoad(TestData testData, List<String> classLoader, List<String> classPaths, method in class:DexManagerTests
[all...]
/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java125 ActivityThread.getPackageManager().notifyDexLoad(
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl482 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames,
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java160 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames, method in class:DexManager
179 Slog.wtf(TAG, "Bad call to notifyDexLoad: class loaders list is empty");
250 * recognized during notifyDexLoad().
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9195 public void notifyDexLoad(String loadingPackageName, List<String> classLoaderNames, method in class:PackageManagerService
9204 mDexManager.notifyDexLoad(ai, classLoaderNames, classPaths, loaderIsa, userId);
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 180 milliseconds