Searched refs:notifyDexLoad (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexManagerTests.java | 125 notifyDexLoad(mFooUser0, mFooUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryUse() 137 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryForeignUse() 152 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySecondary() 166 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySecondaryForeign() 180 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySequence() 183 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySequence() 185 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifySequence() 187 notifyDexLoad(mBarUser0, barSecondaries, mUser0); in testNotifySequence() 190 notifyDexLoad(mBarUser0, barSecondariesForOwnUse, mUser0); in testNotifySequence() 219 notifyDexLoad(mInvalidIsa, mInvalidIsa.getSecondaryDexPaths(), mUser0); in testInvalidIsa() [all …]
|
/frameworks/base/core/java/android/app/ |
D | DexLoadReporter.java | 125 ActivityThread.getPackageManager().notifyDexLoad( in notifyPackageManager()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 158 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames, in notifyDexLoad() method in DexManager
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 542 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames, in notifyDexLoad() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 9851 public void notifyDexLoad(String loadingPackageName, List<String> classLoaderNames, 9860 mDexManager.notifyDexLoad(ai, classLoaderNames, classPaths, loaderIsa, userId);
|
/frameworks/base/services/ |
D | art-profile | 11075 HSPLcom/android/server/pm/PackageManagerService;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;L… 11892 HSPLcom/android/server/pm/dex/DexManager;->notifyDexLoad(Landroid/content/pm/ApplicationInfo;Ljava/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4126 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/List…
|
D | hiddenapi-greylist-max-o.txt | 15545 Landroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Lj… 15884 Landroid/content/pm/IPackageManager;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Ljava/util/Li…
|