Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl102 boolean reconcileSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in reconcileSecondaryDexFile() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java574 public boolean reconcileSecondaryDexFile(String apkPath, String packageName, int uid, in reconcileSecondaryDexFile() method in Installer
582 return mInstalld.reconcileSecondaryDexFile(apkPath, packageName, uid, isas, in reconcileSecondaryDexFile()
/frameworks/native/cmds/installd/
DInstalldNativeService.h155 binder::Status reconcileSecondaryDexFile(const std::string& dexPath,
DInstalldNativeService.cpp2796 binder::Status InstalldNativeService::reconcileSecondaryDexFile( in reconcileSecondaryDexFile() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java670 dexStillExists = mInstaller.reconcileSecondaryDexFile(dexPath, packageName, in reconcileSecondaryDexFiles()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp408 binder::Status result = service_->reconcileSecondaryDexFile( in reconcile_secondary_dex()
/frameworks/base/config/
Dboot-image-profile.txt15473 HPLandroid/os/IInstalld$Stub$Proxy;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…
/frameworks/base/services/
Dart-profile23992 HPLcom/android/server/pm/Installer;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…