Searched refs:reconcileSecondaryDexFile (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 100 boolean reconcileSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in reconcileSecondaryDexFile() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 706 public boolean reconcileSecondaryDexFile(String apkPath, String packageName, int uid, in reconcileSecondaryDexFile() method in Installer 714 return mInstalld.reconcileSecondaryDexFile(apkPath, packageName, uid, isas, in reconcileSecondaryDexFile()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.h | 158 binder::Status reconcileSecondaryDexFile(const std::string& dexPath,
|
H A D | InstalldNativeService.cpp | 2823 binder::Status InstalldNativeService::reconcileSecondaryDexFile( in reconcileSecondaryDexFile() function in android::installd::InstalldNativeService
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | DexManager.java | 727 dexStillExists = mInstaller.reconcileSecondaryDexFile(dexPath, packageName, in reconcileSecondaryDexFiles()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 405 binder::Status result = service_->reconcileSecondaryDexFile( in reconcile_secondary_dex()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39735 Landroid/os/IInstalld$Stub$Proxy;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;I[… 39816 Landroid/os/IInstalld;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 29649 HPLcom/android/server/pm/Installer;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…
|