Home
last modified time | relevance | path

Searched refs:reconcileSecondaryDexFile (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl100 boolean reconcileSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in reconcileSecondaryDexFile() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java706 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 DInstalldNativeService.h158 binder::Status reconcileSecondaryDexFile(const std::string& dexPath,
H A DInstalldNativeService.cpp2823 binder::Status InstalldNativeService::reconcileSecondaryDexFile( in reconcileSecondaryDexFile() function in android::installd::InstalldNativeService
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java727 dexStillExists = mInstaller.reconcileSecondaryDexFile(dexPath, packageName, in reconcileSecondaryDexFiles()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp405 binder::Status result = service_->reconcileSecondaryDexFile( in reconcile_secondary_dex()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39735 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 Dart-profile29649 HPLcom/android/server/pm/Installer;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…