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!"); }
}
|