Home
last modified time | relevance | path

Searched refs:getAllSessions (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl42 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
DILauncherApps.aidl91 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
DPackageInstaller.java470 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller
472 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
DLauncherApps.java1518 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java236 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl
243 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
DPackageInstallerService.java778 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java886 for (PackageInstaller.SessionInfo info : installer.getAllSessions()) { in enableRollback()
/frameworks/base/services/
Dart-profile10534 PLcom/android/server/pm/PackageInstallerService;->getAllSessions(I)Landroid/content/pm/ParceledList…
/frameworks/base/config/
Dboot-image-profile.txt41376 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getAllSessions(Ljava/lang/String;)Landroid/conten…
Dhiddenapi-greylist-max-o.txt15314 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…
15345 Landroid/content/pm/IPackageInstaller;->getAllSessions(I)Landroid/content/pm/ParceledListSlice;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
/frameworks/base/api/
Dcurrent.txt11398 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();