Home
last modified time | relevance | path

Searched refs:getAllSessions (Results 1 – 13 of 13) 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.java458 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller
460 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
DLauncherApps.java1547 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.java781 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java832 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.txt41375 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getAllSessions(Ljava/lang/String;)Landroid/conten…
Dhiddenapi-greylist-max-o.txt14321 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…
14350 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/non-updatable-api/
Dcurrent.txt11409 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
/frameworks/base/api/
Dcurrent.txt11409 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();