Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl42 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
DILauncherApps.aidl94 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
DPackageInstaller.java538 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller
540 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
DLauncherApps.java1850 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java256 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl
263 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
DPackageInstallerService.java881 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions() method in PackageInstallerService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile24158 HPLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->getAllSessions(Ljava/lang/String;)L…
24329 HPLcom/android/server/pm/PackageInstallerService;->getAllSessions(I)Landroid/content/pm/ParceledLis…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
/frameworks/base/config/
Dboot-image-profile.txt5689 HSPLandroid/content/pm/PackageInstaller;->getAllSessions()Ljava/util/List;
/frameworks/base/api/
Dcurrent.txt11793 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();