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 106 notifyDexLoad(mFooUser0, mFooUser0.getBaseAndSplitDexPaths(), mUser0);
115 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0);
127 notifyDexLoad(mFooUser0, fooSecondaries, mUser0);
139 notifyDexLoad(mFooUser0, barSecondaries, mUser0);
151 notifyDexLoad(mFooUser0, fooSecondaries, mUser0);
154 notifyDexLoad(mFooUser0, barSecondaries, mUser0);
156 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0);
158 notifyDexLoad(mBarUser0, barSecondaries, mUser0);
161 notifyDexLoad(mBarUser0, barSecondariesForOwnUse, mUser0);
189 notifyDexLoad(mInvalidIsa, mInvalidIsa.getSecondaryDexPaths(), mUser0)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexManager.java 127 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames,
146 Slog.wtf(TAG, "Bad call to notifyDexLoad: class loaders list is empty");
217 * recognized during notifyDexLoad().
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 399 milliseconds