Home
last modified time | relevance | path

Searched refs:IPackageInstallerSession (Results 1 – 10 of 10) 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.aidl24 interface IPackageInstallerSession { interface
DPackageInstaller.java841 protected final IPackageInstallerSession mSession;
844 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-classes906 android.content.pm.IPackageInstallerSession$Stub$Proxy
907 android.content.pm.IPackageInstallerSession
Dhiddenapi-greylist-max-o.txt14326 …ntent/pm/IPackageInstaller$Stub$Proxy;->openSession(I)Landroid/content/pm/IPackageInstallerSession;
14353 Landroid/content/pm/IPackageInstaller;->openSession(I)Landroid/content/pm/IPackageInstallerSession;
14372 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->abandon()V
14373 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->addClientProgress(F)V
14374 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->close()V
14375 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->commit(Landroid/content/IntentSender;Z)V
14376 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
14377 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->getNames()[Ljava/lang/String;
14378 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->openRead(Ljava/lang/String;)Landroid/os/P…
14379 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;->openWrite(Ljava/lang/String;JJ)Landroid/o…
[all …]
Dboot-image-profile.txt4097 HSPLandroid/content/pm/IPackageInstallerSession$Stub;-><init>()V
4098 PLandroid/content/pm/IPackageInstallerSession$Stub;->asBinder()Landroid/os/IBinder;
4099 HPLandroid/content/pm/IPackageInstallerSession$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Pa…
33018 Landroid/content/pm/IPackageInstallerSession$Stub$Proxy;
33019 Landroid/content/pm/IPackageInstallerSession;
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java38 import android.content.pm.IPackageInstallerSession;
694 public IPackageInstallerSession openSession(int sessionId) { in openSession()
702 private IPackageInstallerSession openSessionInternal(int sessionId) throws IOException { in openSessionInternal()
DPackageInstallerSession.java56 import android.content.pm.IPackageInstallerSession;
128 public class PackageInstallerSession extends IPackageInstallerSession.Stub {
/frameworks/base/services/
Dart-profile10541 …oid/server/pm/PackageInstallerService;->openSession(I)Landroid/content/pm/IPackageInstallerSession;
10542 …er/pm/PackageInstallerService;->openSessionInternal(I)Landroid/content/pm/IPackageInstallerSession;