Searched refs:getAllSessions (Results 1 – 12 of 12) sorted by relevance
42 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
91 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
470 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller472 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
1518 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
236 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl243 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
778 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
886 for (PackageInstaller.SessionInfo info : installer.getAllSessions()) { in enableRollback()
10534 PLcom/android/server/pm/PackageInstallerService;->getAllSessions(I)Landroid/content/pm/ParceledList…
41376 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getAllSessions(Ljava/lang/String;)Landroid/conten…
15314 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…15345 Landroid/content/pm/IPackageInstaller;->getAllSessions(I)Landroid/content/pm/ParceledListSlice;
8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
11398 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();