Home
last modified time | relevance | path

Searched refs:SessionInfo (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java419 public @Nullable SessionInfo getSessionInfo(int sessionId) { in getSessionInfo()
430 public @NonNull List<SessionInfo> getAllSessions() { in getAllSessions()
441 public @NonNull List<SessionInfo> getMySessions() { in getMySessions()
1420 public static class SessionInfo implements Parcelable { class in PackageInstaller
1462 public SessionInfo() { in SessionInfo() method in PackageInstaller.SessionInfo
1466 public SessionInfo(Parcel source) { in SessionInfo() method in PackageInstaller.SessionInfo
1575 final SessionInfo info = AppGlobals.getPackageManager().getPackageInstaller() in getAppIcon()
1769 public static final Parcelable.Creator<SessionInfo>
1770 CREATOR = new Parcelable.Creator<SessionInfo>() {
1772 public SessionInfo createFromParcel(Parcel p) {
[all …]
DPackageInstaller.aidl20 parcelable PackageInstaller.SessionInfo;
DIPackageInstaller.aidl40 PackageInstaller.SessionInfo getSessionInfo(int sessionId); in getSessionInfo()
/frameworks/av/media/libmedia/include/media/
DDrmSessionManager.h35 struct SessionInfo { struct
41 typedef Vector<SessionInfo > SessionInfos; argument
/frameworks/av/include/mediadrm/
DDrmSessionManager.h35 struct SessionInfo { struct
41 typedef Vector<SessionInfo > SessionInfos; argument
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp73 SessionInfo info; in addSession()
95 SessionInfo& info = infos.editItemAt(j); in useSession()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java42 import android.content.pm.PackageInstaller.SessionInfo;
666 public SessionInfo getSessionInfo(int sessionId) { in getSessionInfo()
674 public ParceledListSlice<SessionInfo> getAllSessions(int userId) { in getAllSessions()
678 final List<SessionInfo> result = new ArrayList<>(); in getAllSessions()
691 public ParceledListSlice<SessionInfo> getMySessions(String installerPackageName, int userId) { in getMySessions()
696 final List<SessionInfo> result = new ArrayList<>(); in getMySessions()
701 SessionInfo info = session.generateInfo(false); in getMySessions()
DPackageInstallerSession.java55 import android.content.pm.PackageInstaller.SessionInfo;
431 public SessionInfo generateInfo() { in generateInfo()
435 public SessionInfo generateInfo(boolean includeIcon) { in generateInfo()
436 final SessionInfo info = new SessionInfo(); in generateInfo()
DPackageManagerService.java13826 final PackageInstaller.SessionInfo info = new PackageInstaller.SessionInfo();
20471 public void sendSessionCommitBroadcast(PackageInstaller.SessionInfo sessionInfo, int userId) {
/frameworks/av/services/mediadrm/tests/
DDrmSessionManager_test.cpp89 static void ExpectEqSessionInfo(const SessionInfo& info, sp<DrmSessionClientInterface> drm, in ExpectEqSessionInfo()
/frameworks/av/media/libmediaplayerservice/tests/
DDrmSessionManager_test.cpp93 static void ExpectEqSessionInfo(const SessionInfo& info, sp<DrmSessionClientInterface> drm, in ExpectEqSessionInfo()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1605 Landroid/content/pm/PackageInstaller$SessionInfo;-><init>()V
1606 Landroid/content/pm/PackageInstaller$SessionInfo;->active:Z
1607 Landroid/content/pm/PackageInstaller$SessionInfo;->appIcon:Landroid/graphics/Bitmap;
1608 Landroid/content/pm/PackageInstaller$SessionInfo;->appLabel:Ljava/lang/CharSequence;
1609 Landroid/content/pm/PackageInstaller$SessionInfo;->appPackageName:Ljava/lang/String;
1610 Landroid/content/pm/PackageInstaller$SessionInfo;->installerPackageName:Ljava/lang/String;
1611 Landroid/content/pm/PackageInstaller$SessionInfo;->mode:I
1612 Landroid/content/pm/PackageInstaller$SessionInfo;->progress:F
1613 Landroid/content/pm/PackageInstaller$SessionInfo;->resolvedBaseCodePath:Ljava/lang/String;
1614 Landroid/content/pm/PackageInstaller$SessionInfo;->sealed:Z
[all …]
Dpreloaded-classes831 android.content.pm.PackageInstaller$SessionInfo
832 android.content.pm.PackageInstaller$SessionInfo$1
Dhiddenapi-public-dex.txt8127 Landroid/content/pm/PackageInstaller$SessionInfo;
8128 Landroid/content/pm/PackageInstaller$SessionInfo;->createDetailsIntent()Landroid/content/Intent;
8129 Landroid/content/pm/PackageInstaller$SessionInfo;->CREATOR:Landroid/os/Parcelable$Creator;
8130 Landroid/content/pm/PackageInstaller$SessionInfo;->describeContents()I
8131 Landroid/content/pm/PackageInstaller$SessionInfo;->getAllocateAggressive()Z
8132 Landroid/content/pm/PackageInstaller$SessionInfo;->getAllowDowngrade()Z
8133 Landroid/content/pm/PackageInstaller$SessionInfo;->getAppIcon()Landroid/graphics/Bitmap;
8134 Landroid/content/pm/PackageInstaller$SessionInfo;->getAppLabel()Ljava/lang/CharSequence;
8135 Landroid/content/pm/PackageInstaller$SessionInfo;->getAppPackageName()Ljava/lang/String;
8136 Landroid/content/pm/PackageInstaller$SessionInfo;->getDontKillApp()Z
[all …]
Dboot-image-profile.txt1780 HPLandroid/content/pm/PackageInstaller$SessionInfo;->describeContents()I
1781 HPLandroid/content/pm/PackageInstaller$SessionInfo;->getInstallReason()I
1782 HPLandroid/content/pm/PackageInstaller$SessionInfo;->getProgress()F
1783 HPLandroid/content/pm/PackageInstaller$SessionInfo;->writeToParcel(Landroid/os/Parcel;I)V
17903 …m/IPackageInstaller$Stub$Proxy;->getSessionInfo(I)Landroid/content/pm/PackageInstaller$SessionInfo;
17911 …d/content/pm/IPackageInstaller;->getSessionInfo(I)Landroid/content/pm/PackageInstaller$SessionInfo;
18295 HSPLandroid/content/pm/PackageInstaller$SessionInfo$1;-><init>()V
18296 …ntent/pm/PackageInstaller$SessionInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/pm…
18297 HSPLandroid/content/pm/PackageInstaller$SessionInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/…
18298 HSPLandroid/content/pm/PackageInstaller$SessionInfo;-><init>(Landroid/os/Parcel;)V
[all …]
/frameworks/base/api/
Dsystem-current.txt1004 public static class PackageInstaller.SessionInfo implements android.os.Parcelable {
Dcurrent.txt11024 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
11025 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getMySessions();
11026 method public android.content.pm.PackageInstaller.SessionInfo getSessionInfo(int);
11077 public static class PackageInstaller.SessionInfo implements android.os.Parcelable {
11096 …tatic final android.os.Parcelable.Creator<android.content.pm.PackageInstaller.SessionInfo> CREATOR;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8578 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getAllSessions();
8579 method public java.util.List<android.content.pm.PackageInstaller.SessionInfo> getMySessions();
8580 method public android.content.pm.PackageInstaller.SessionInfo getSessionInfo(int);
8626 public static class PackageInstaller.SessionInfo implements android.os.Parcelable {
8637 …tatic final android.os.Parcelable.Creator<android.content.pm.PackageInstaller.SessionInfo> CREATOR;