Searched refs:notifyDexLoad (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/ |
D | DexManagerTests.java | 194 notifyDexLoad(mFooUser0, mFooUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryUse() 206 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryForeignUse() 221 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySecondary() 238 notifyDexLoad(mFooUser0, dexFiles, mUser0); in testNotifyPrimaryAndSecondary() 260 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySecondaryForeign() 274 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySequence() 277 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySequence() 279 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifySequence() 281 notifyDexLoad(mBarUser0, barSecondaries, mUser0); in testNotifySequence() 284 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/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 169 public void notifyDexLoad(ApplicationInfo loadingAppInfo, in notifyDexLoad() method in DexManager
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 551 oneway void notifyDexLoad(String loadingPackageName, in notifyDexLoad() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 5565 public void notifyDexLoad(String loadingPackageName, 5647 mDexManager.notifyDexLoad(ai, classLoaderContextMap, loaderIsa, userId,
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4443 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->lambda$notifyDexLoad$1(Landroid/os/Parcel;Ljava… 4444 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/Map;…
|
/frameworks/base/services/ |
D | art-profile | 2476 HSPLcom/android/server/pm/PackageManagerService$IPackageManagerImpl;->notifyDexLoad(Ljava/lang/Stri…
|
D | art-wear-profile | 18635 HPLcom/android/server/pm/PackageManagerService$IPackageManagerImpl;->notifyDexLoad(Ljava/lang/Strin…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4446 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->lambda$notifyDexLoad$1(Landroid/os/Parcel;Ljava… 4447 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/Map;…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 11653 Landroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Lj… 11990 Landroid/content/pm/IPackageManager;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Ljava/util/Li…
|