Package org.robolectric.shadows
Class ShadowPackageInstaller.ShadowSession
java.lang.Object
org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
- Enclosing class:
- ShadowPackageInstaller
@Implements(value=android.content.pm.PackageInstaller.Session.class,
minSdk=21)
public static class ShadowPackageInstaller.ShadowSession
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
abandon()
protected void
close()
protected void
commit
(IntentSender statusReceiver) protected void
fsync
(OutputStream out) protected OutputStream
-
Constructor Details
-
ShadowSession
public ShadowSession()
-
-
Method Details
-
__constructor__
-
openWrite
@Implementation protected OutputStream openWrite(String name, long offsetBytes, long lengthBytes) throws IOException - Throws:
IOException
-
fsync
- Throws:
IOException
-
commit
-
close
-
abandon
-