Methods Summary |
---|
public void | abandonSession(int sessionId)
throw new RuntimeException("Stub!");
|
public int | createSession(android.content.pm.PackageInstaller$SessionParams params)
throw new RuntimeException("Stub!");
|
public java.util.List | getAllSessions()
throw new RuntimeException("Stub!");
|
public java.util.List | getMySessions()
throw new RuntimeException("Stub!");
|
public android.content.pm.PackageInstaller$SessionInfo | getSessionInfo(int sessionId)
throw new RuntimeException("Stub!");
|
public android.content.pm.PackageInstaller$Session | openSession(int sessionId)
throw new RuntimeException("Stub!");
|
public void | registerSessionCallback(android.content.pm.PackageInstaller$SessionCallback callback)
throw new RuntimeException("Stub!");
|
public void | registerSessionCallback(android.content.pm.PackageInstaller$SessionCallback callback, android.os.Handler handler)
throw new RuntimeException("Stub!");
|
public void | uninstall(java.lang.String packageName, android.content.IntentSender statusReceiver)
throw new RuntimeException("Stub!");
|
public void | unregisterSessionCallback(android.content.pm.PackageInstaller$SessionCallback callback)
throw new RuntimeException("Stub!");
|
public void | updateSessionAppIcon(int sessionId, android.graphics.Bitmap appIcon)
throw new RuntimeException("Stub!");
|
public void | updateSessionAppLabel(int sessionId, java.lang.CharSequence appLabel)
throw new RuntimeException("Stub!");
|