Home | History | Annotate | Download | only in launcher3

Lines Matching full:newstate

185      * @param newState notes for the next backup
189 ParcelFileDescriptor newState) {
195 writeJournal(newState, in);
229 // 1) Storing it in newState allows us to do partial backups by comparing old state
237 writeNewStateDescription(newState);
341 * @param newState notes about the backup state after restore.
344 public void writeNewStateDescription(ParcelFileDescriptor newState) {
345 writeJournal(newState, getCurrentStateJournal());
1031 * @param newState the write-only file descriptor pointing to the new journal
1034 private void writeJournal(ParcelFileDescriptor newState, Journal journal) {
1037 outStream = new FileOutputStream(newState.getFileDescriptor());