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

PersistentDataBlockManager.java

package android.service.persistentdata;
public class PersistentDataBlockManager
{
public  PersistentDataBlockManager(android.service.persistentdata.IPersistentDataBlockService service) { throw new RuntimeException("Stub!"); }
public  int write(byte[] data) { throw new RuntimeException("Stub!"); }
public  byte[] read() { throw new RuntimeException("Stub!"); }
public  int getDataBlockSize() { throw new RuntimeException("Stub!"); }
public  long getMaximumDataBlockSize() { throw new RuntimeException("Stub!"); }
public  void wipe() { throw new RuntimeException("Stub!"); }
public  void setOemUnlockEnabled(boolean enabled) { throw new RuntimeException("Stub!"); }
public  boolean getOemUnlockEnabled() { throw new RuntimeException("Stub!"); }
}