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 SummaryConstructors Constructor Description ShadowSession()
- 
Method SummaryModifier and Type Method Description protected void__constructor__()protected voidabandon()protected voidclose()protected voidcommit(IntentSender statusReceiver)protected voidfsync(OutputStream out)protected OutputStreamopenWrite(String name, long offsetBytes, long lengthBytes)
- 
Constructor Details- 
ShadowSessionpublic 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
 
-