-
- All Implemented Interfaces:
-
android.content.pm.IPackageInstallerCallback,android.os.IBinder,android.os.IInterface
public class PackageInstallerCallbackAdapter extends IPackageInstallerCallback.Stub
-
-
Method Summary
Modifier and Type Method Description voidonSessionCreated(int sessionId)voidonSessionBadgingChanged(int sessionId)voidonSessionActiveChanged(int sessionId, boolean active)voidonSessionProgressChanged(int sessionId, float progress)voidonSessionFinished(int sessionId, boolean success)booleanonTransact(int code, @NonNull() Parcel data, Parcel reply, int flags)-
Methods inherited from class android.content.pm.IPackageInstallerCallback.Stub
asBinder, asInterface -
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
addFrozenStateChangeCallback, getSuggestedMaxIpcSizeBytes, removeFrozenStateChangeCallback -
Methods inherited from class android.content.pm.IPackageInstallerCallback
onSessionActiveChanged, onSessionBadgingChanged, onSessionCreated, onSessionFinished, onSessionProgressChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onSessionCreated
void onSessionCreated(int sessionId)
-
onSessionBadgingChanged
void onSessionBadgingChanged(int sessionId)
-
onSessionActiveChanged
void onSessionActiveChanged(int sessionId, boolean active)
-
onSessionProgressChanged
void onSessionProgressChanged(int sessionId, float progress)
-
onSessionFinished
void onSessionFinished(int sessionId, boolean success)
-
onTransact
boolean onTransact(int code, @NonNull() Parcel data, Parcel reply, int flags)
-
-
-
-