OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flowable
(Results
1 - 8
of
8
) sorted by null
/frameworks/support/room/rxjava2/src/test/java/androidx/room/
RxRoomTest.java
47
import io.reactivex.
Flowable
;
77
Flowable
<Object>
flowable
= RxRoom.createFlowable(mDatabase, "a", "b");
local
79
Disposable disposable =
flowable
.subscribe();
88
disposable =
flowable
.subscribe();
102
Flowable
<Object>
flowable
= RxRoom.createFlowable(mDatabase, tables);
local
104
Disposable disposable =
flowable
.subscribe(consumer);
122
final
Flowable
<String>
flowable
= RxRoom.createFlowable(mDatabase, tables
local
157
final Flowable<String>
flowable
= RxRoom.createFlowable(mDatabase, new String[]{"a"},
local
[
all
...]
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
QueryTransactionTest.java
64
import io.reactivex.
Flowable
;
142
public void
flowable
() {
method in class:QueryTransactionTest
143
Flowable
<List<Entity1>>
flowable
= mDao.
flowable
();
local
144
TestSubscriber<List<Entity1>> subscriber = observe(
flowable
);
264
private <T> TestSubscriber<T> observe(final
Flowable
<T>
flowable
) {
266
flowable
.observeOn(Schedulers.from(ArchTaskExecutor.getMainThreadExecutor()))
348
Flowable
<List<Entity1>> flowable()
method in interface:QueryTransactionTest.Entity1Dao
377
Flowable<List<Entity1>>
flowable
();
method in interface:QueryTransactionTest.EntityDao
415
Flowable<List<Entity1>>
flowable
();
method in interface:QueryTransactionTest.TransactionDao
[
all
...]
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar
Completed in 326 milliseconds