Home
last modified time | relevance | path

Searched refs:IPackageInstallerSession (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl21 import android.content.pm.IPackageInstallerSession;
38 IPackageInstallerSession openSession(int sessionId); in openSession()
DIPackageInstallerSession.aidl25 interface IPackageInstallerSession { interface
DPackageInstaller.java948 protected final IPackageInstallerSession mSession;
951 public Session(IPackageInstallerSession session) { in Session()
/frameworks/base/config/
Dhiddenapi-greylist.txt126 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
127 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->mRemote:Landroid/os/IBinder;
128 Landroid/content/pm/IPackageInstallerSession$Stub;-><init>()V
129 Landroid/content/pm/IPackageInstallerSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/conte…
Dpreloaded-classes1496 android.content.pm.IPackageInstallerSession$Stub$Proxy
1497 android.content.pm.IPackageInstallerSession$Stub
1498 android.content.pm.IPackageInstallerSession
Dboot-image-profile.txt5572 HSPLandroid/content/pm/IPackageInstallerSession$Stub;-><init>()V
5573 PLandroid/content/pm/IPackageInstallerSession$Stub;->asBinder()Landroid/os/IBinder;
5574 HPLandroid/content/pm/IPackageInstallerSession$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Pa…
41596 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;
41597 Landroid/content/pm/IPackageInstallerSession$Stub;
41598 Landroid/content/pm/IPackageInstallerSession;
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java38 import android.content.pm.IPackageInstallerSession;
782 public IPackageInstallerSession openSession(int sessionId) { in openSession()
790 private IPackageInstallerSession openSessionInternal(int sessionId) throws IOException { in openSessionInternal()
DPackageInstallerSession.java72 import android.content.pm.IPackageInstallerSession;
162 public class PackageInstallerSession extends IPackageInstallerSession.Stub {
/frameworks/base/services/
Dart-profile24342 …oid/server/pm/PackageInstallerService;->openSession(I)Landroid/content/pm/IPackageInstallerSession;
24343 …er/pm/PackageInstallerService;->openSessionInternal(I)Landroid/content/pm/IPackageInstallerSession;