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
Constructors Constructor Description ShadowSession()
-
Method Summary
Modifier and Type Method Description protected void
__constructor__()
protected void
abandon()
protected void
close()
protected void
commit(IntentSender statusReceiver)
protected void
fsync(OutputStream out)
protected OutputStream
openWrite(String name, long offsetBytes, long lengthBytes)
-
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
-