Searched refs:newSnapshot (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/paging/runtime/src/main/java/androidx/paging/
H A DAsyncPagedListDiffer.java294 final PagedList<T> newSnapshot = (PagedList<T>) pagedList.snapshot();
301 newSnapshot.mStorage,
308 latchPagedList(pagedList, newSnapshot, result);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp338 KeyedVector<String8,FileRec> newSnapshot; local
367 if (newSnapshot.indexOfKey(key) >= 0) {
378 newSnapshot.add(key, r);
384 int M = newSnapshot.size();
388 const String8& q = newSnapshot.keyAt(m);
389 FileRec& g = newSnapshot.editValueAt(m);
392 // file present in oldSnapshot, but not present in newSnapshot
433 const String8& q = newSnapshot.keyAt(m);
434 FileRec& g = newSnapshot.editValueAt(m);
439 err = write_snapshot_file(newSnapshotFD, newSnapshot);
[all...]

Completed in 47 milliseconds