HomeSort by relevance Sort by last modified time
    Searched refs:notifyDexLoad (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DexManagerTests.java 128 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(mInvalidIsa, mInvalidIsa.getSecondaryDexPaths(), mUser0)
    [all...]
  /frameworks/base/core/java/android/app/
DexLoadReporter.java 125 ActivityThread.getPackageManager().notifyDexLoad(
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 482 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames,
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexManager.java 160 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames,
179 Slog.wtf(TAG, "Bad call to notifyDexLoad: class loaders list is empty");
250 * recognized during notifyDexLoad().
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 337 milliseconds