Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/aidl/android/content/pm/
DIPackageManagerNative.aidl140 StagedApexInfo[] getStagedApexInfos(); in getStagedApexInfos() method
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerNative.java186 public StagedApexInfo[] getStagedApexInfos() { in getStagedApexInfos() method in PackageManagerNative
DStagingManager.java814 List<ApexInfo> getStagedApexInfos(@NonNull StagedSession session) { in getStagedApexInfos() method in StagingManager
847 List<StagedApexInfo> getStagedApexInfos() { in getStagedApexInfos() method in StagingManager
DApexManager.java200 abstract ApexInfo[] getStagedApexInfos(ApexSessionParams params); in getStagedApexInfos() method in ApexManager
633 ApexInfo[] getStagedApexInfos(ApexSessionParams params) { in getStagedApexInfos() method in ApexManager.ApexManagerImpl