Searched refs:storageSnapshot (Results 1 – 3 of 3) sorted by relevance
66 void dispatchUpdatesSinceSnapshot(@NonNull PagedList<T> storageSnapshot, in dispatchUpdatesSinceSnapshot() argument
660 PagedList<T> storageSnapshot = (PagedList<T>) previousSnapshot; in addWeakCallback() local663 dispatchUpdatesSinceSnapshot(storageSnapshot, callback); in addWeakCallback()
40 override fun dispatchUpdatesSinceSnapshot(storageSnapshot: PagedList<String>, in dispatchUpdatesSinceSnapshot()