Searched refs:getAllSessions (Results 1 – 11 of 11) sorted by relevance
42 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
94 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
538 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller540 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
1850 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
256 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl263 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
881 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
24158 HPLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->getAllSessions(Ljava/lang/String;)L…24329 HPLcom/android/server/pm/PackageInstallerService;->getAllSessions(I)Landroid/content/pm/ParceledLis…
8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
5689 HSPLandroid/content/pm/PackageInstaller;->getAllSessions()Ljava/util/List;
11793 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();