FileDocCategorySizeDatePackage
PersistentDataBlockManager.javaAPI DocAndroid 5.1 API746Sat Mar 14 14:09:56 GMT 2015android.service.persistentdata

PersistentDataBlockManager

public class PersistentDataBlockManager extends Object

Fields Summary
Constructors Summary
public PersistentDataBlockManager(android.service.persistentdata.IPersistentDataBlockService service)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intgetDataBlockSize()

 throw new RuntimeException("Stub!"); 
public longgetMaximumDataBlockSize()

 throw new RuntimeException("Stub!"); 
public booleangetOemUnlockEnabled()

 throw new RuntimeException("Stub!"); 
public byte[]read()

 throw new RuntimeException("Stub!"); 
public voidsetOemUnlockEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidwipe()

 throw new RuntimeException("Stub!"); 
public intwrite(byte[] data)

 throw new RuntimeException("Stub!");