Searched defs:readEntityData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java49 * data.readEntityData(buffer, 0, dataSize); // reads the entire entity at once
159 public int readEntityData(byte[] data, int offset, int size) throws IOException { method in class:BackupDataInput

Completed in 25 milliseconds