Searched refs:getAllSessions (Results 1 – 9 of 9) sorted by relevance
44 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
105 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
753 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller755 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
2063 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
334 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl342 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
1199 public ParceledListSlice<SessionInfo> getAllSessions(int userId) {
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;
12204 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();