Home
last modified time | relevance | path

Searched refs:getAllSessions (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageInstaller.aidl44 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
H A DILauncherApps.aidl105 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
H A DPackageInstaller.java753 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller
755 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
H A DLauncherApps.java2063 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java334 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl
342 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
H A DPackageInstallerService.java1199 public ParceledListSlice<SessionInfo> getAllSessions(int userId) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11434 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…
11463 Landroid/content/pm/IPackageInstaller;->getAllSessions(I)Landroid/content/pm/ParceledListSlice;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12204 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();