Searched refs:getAllSessions (Results 1 – 13 of 13) sorted by relevance
42 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
91 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
458 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller460 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
1547 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()
781 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
832 for (PackageInstaller.SessionInfo info : installer.getAllSessions()) { in enableRollback()
10534 PLcom/android/server/pm/PackageInstallerService;->getAllSessions(I)Landroid/content/pm/ParceledList…
41375 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getAllSessions(Ljava/lang/String;)Landroid/conten…
14321 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…14350 Landroid/content/pm/IPackageInstaller;->getAllSessions(I)Landroid/content/pm/ParceledListSlice;
8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
11409 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();