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() 169 notifyDexLoad(mFooUser0, dexFiles, mUser0); in testNotifyPrimaryAndSecondary() 191 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySecondaryForeign() 205 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySequence() 208 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySequence() 210 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifySequence() 212 notifyDexLoad(mBarUser0, barSecondaries, mUser0); in testNotifySequence() 215 notifyDexLoad(mBarUser0, barSecondariesForOwnUse, mUser0); in testNotifySequence() [all …]
|
/frameworks/base/core/java/android/app/ |
D | DexLoadReporter.java | 107 ActivityThread.getPackageManager().notifyDexLoad(packageName, in notifyPackageManager()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 536 oneway void notifyDexLoad(String loadingPackageName, in notifyDexLoad() method
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 153 public void notifyDexLoad(ApplicationInfo loadingAppInfo, in notifyDexLoad() method in DexManager
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 9795 public void notifyDexLoad(String loadingPackageName, Map<String, String> classLoaderContextMap, 9804 mDexManager.notifyDexLoad(ai, classLoaderContextMap, 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 | 14540 Landroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Lj… 14877 Landroid/content/pm/IPackageManager;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Ljava/util/Li…
|