Searched refs:getAllSessions (Results 1 – 15 of 15) sorted by relevance
47 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
111 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
911 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller913 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
2417 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
391 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl406 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
831 mPm.mInstallerService.getAllSessions(userId).getList(); in getActiveUnarchivalSession()
1342 public ParceledListSlice<SessionInfo> getAllSessions(int userId) {
648 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():649 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
848 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():849 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
912 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():913 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
936 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():937 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
12644 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11434 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…11463 Landroid/content/pm/IPackageInstaller;->getAllSessions(I)Landroid/content/pm/ParceledListSlice;
8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();