FileDocCategorySizeDatePackage
IPersistentDataBlockService.javaAPI DocAndroid 5.1 API7602Sat Mar 14 05:48:06 GMT 2015android.service.persistentdata

IPersistentDataBlockService

public interface IPersistentDataBlockService implements android.os.IInterface
Internal interface through which to communicate to the PersistentDataBlockService. The persistent data block allows writing raw data and setting the OEM unlock enabled/disabled bit contained in the partition.
hide

Fields Summary
Constructors Summary
Methods Summary
public intgetDataBlockSize()

public longgetMaximumDataBlockSize()

public booleangetOemUnlockEnabled()

public byte[]read()

public voidsetOemUnlockEnabled(boolean enabled)

public voidwipe()

public intwrite(byte[] data)