HomeSort by relevance Sort by last modified time
    Searched defs:notifyDexLoad (Results 1 - 3 of 3) 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/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...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 82 milliseconds