Searched refs:mDataSourceFactory (Results 1 – 2 of 2) sorted by relevance
53 private DataSource.Factory<Key, Value> mDataSourceFactory; field in RxPagedListBuilder76 mDataSourceFactory = dataSourceFactory; in RxPagedListBuilder()214 mDataSourceFactory, in buildObservable()249 private final DataSource.Factory<Key, Value> mDataSourceFactory; field in RxPagedListBuilder.PagingObservableOnSubscribe271 mDataSourceFactory = dataSourceFactory; in PagingObservableOnSubscribe()317 mDataSource = mDataSourceFactory.create(); in createPagedList()
42 private DataSource.Factory<Key, Value> mDataSourceFactory; field in LivePagedListBuilder63 mDataSourceFactory = dataSourceFactory; in LivePagedListBuilder()153 return create(mInitialLoadKey, mConfig, mBoundaryCallback, mDataSourceFactory, in build()