Home
last modified time | relevance | path

Searched refs:notifyDexLoad (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexManagerTests.java106 notifyDexLoad(mFooUser0, mFooUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryUse()
115 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifyPrimaryForeignUse()
127 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySecondary()
139 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySecondaryForeign()
151 notifyDexLoad(mFooUser0, fooSecondaries, mUser0); in testNotifySequence()
154 notifyDexLoad(mFooUser0, barSecondaries, mUser0); in testNotifySequence()
156 notifyDexLoad(mFooUser0, mBarUser0.getBaseAndSplitDexPaths(), mUser0); in testNotifySequence()
158 notifyDexLoad(mBarUser0, barSecondaries, mUser0); in testNotifySequence()
161 notifyDexLoad(mBarUser0, barSecondariesForOwnUse, mUser0); in testNotifySequence()
189 notifyDexLoad(mInvalidIsa, mInvalidIsa.getSecondaryDexPaths(), mUser0); in testInvalidIsa()
[all …]
/frameworks/base/core/java/android/app/
DDexLoadReporter.java128 ActivityThread.getPackageManager().notifyDexLoad( in notifyPackageManager()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java127 public void notifyDexLoad(ApplicationInfo loadingAppInfo, List<String> classLoadersNames, in notifyDexLoad() method in DexManager
/frameworks/base/core/java/android/content/pm/
DIPackageManager.aidl484 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames, in notifyDexLoad() method
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10018 public void notifyDexLoad(String loadingPackageName, List<String> classLoaderNames, in notifyDexLoad() method in PackageManagerService
10027 mDexManager.notifyDexLoad(ai, classLoaderNames, classPaths, loaderIsa, userId); in notifyDexLoad()
/frameworks/base/services/
Dart-profile3282 HPLcom/android/server/pm/PackageManagerService;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Lj…
13004 PLcom/android/server/pm/dex/DexManager;->notifyDexLoad(Landroid/content/pm/ApplicationInfo;Ljava/ut…
/frameworks/base/config/
Dboot-image-profile.txt19565 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->notifyDexLoad(Ljava/lang/String;Ljava/util/List…
19705 HSPLandroid/content/pm/IPackageManager;->notifyDexLoad(Ljava/lang/String;Ljava/util/List;Ljava/util…