Home
last modified time | relevance | path

Searched defs:notifyDexLoad (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java854 private void notifyDexLoad(TestData testData, List<String> dexPaths, int loaderUserId) { in notifyDexLoad() method in DexManagerTests
858 private void notifyDexLoad(TestData testData, List<String> dexPaths, int loaderUserId, in notifyDexLoad() method in DexManagerTests
868 private void notifyDexLoad(TestData testData, List<String> classLoaders, in notifyDexLoad() method in DexManagerTests
877 private void notifyDexLoad(TestData testData, List<String> dexPaths, in notifyDexLoad() method in DexManagerTests
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java176 public void notifyDexLoad(ApplicationInfo loadingAppInfo, in notifyDexLoad() method in DexManager
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl534 oneway void notifyDexLoad(String loadingPackageName, in notifyDexLoad() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java12842 public void notifyDexLoad(String loadingPackageName, Map<String, String> classLoaderContextMap, in notifyDexLoad() method in PackageManagerService