Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl47 ParceledListSlice getAllSessions(int userId); in getAllSessions() method
DILauncherApps.aidl111 ParceledListSlice getAllSessions(String callingPackage); in getAllSessions() method
DPackageInstaller.java911 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions() method in PackageInstaller
913 return mInstaller.getAllSessions(mUserId).getList(); in getAllSessions()
DLauncherApps.java2417 return mService.getAllSessions(mContext.getPackageName()).getList(); in getAllPackageInstallerSessions()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java391 public ParceledListSlice<SessionInfo> getAllSessions(String callingPackage) { in getAllSessions() method in LauncherAppsService.LauncherAppsImpl
406 sessionInfos.addAll(getPackageInstallerService().getAllSessions(userId) in getAllSessions()
DPackageArchiver.java831 mPm.mInstallerService.getAllSessions(userId).getList(); in getActiveUnarchivalSession()
DPackageInstallerService.java1342 public ParceledListSlice<SessionInfo> getAllSessions(int userId) {
/frameworks/base/core/api/
Dlint-baseline.txt648 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():
649 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
Dmodule-lib-lint-baseline.txt848 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():
849 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt912 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():
913 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt936 RequiresPermission: android.content.pm.PackageInstaller#getAllSessions():
937 Method 'getAllSessions' documentation mentions permissions without declaring @RequiresPermission
Dcurrent.txt12644 …d @NonNull public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11434 Landroid/content/pm/IPackageInstaller$Stub$Proxy;->getAllSessions(I)Landroid/content/pm/ParceledLis…
11463 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();