IPersistentDataBlockServicepublic interface IPersistentDataBlockService implements android.os.IInterfaceInternal 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. |
Methods Summary |
---|
public int | getDataBlockSize()
| public long | getMaximumDataBlockSize()
| public boolean | getOemUnlockEnabled()
| public byte[] | read()
| public void | setOemUnlockEnabled(boolean enabled)
| public void | wipe()
| public int | write(byte[] data)
|
|