Home | History | Annotate | Download | only in launcher3

Lines Matching full:newstate

163      * @param newState notes for the next backup
168 ParcelFileDescriptor newState) {
192 writeJournal(newState, out);
255 * @param newState notes about the backup state after restore.
258 public void writeNewStateDescription(ParcelFileDescriptor newState) {
264 writeJournal(newState, out);
958 * @param newState the write-only file descriptor pointing to the new journal
961 private void writeJournal(ParcelFileDescriptor newState, Journal journal) {
964 outStream = new FileOutputStream(newState.getFileDescriptor());