/frameworks/support/lifecycle/reactivestreams/src/test/java/androidx/lifecycle/ |
D | LiveDataReactiveStreamsTest.java | 83 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisher() local 98 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherSubscribeWithDelay() local 116 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherThrowsException() local 133 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherWithMultipleObservers() local 158 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherWithMultipleObserversAfterInactive() local 183 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherAfterInactive() local 199 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(processor); in convertsFromPublisherManagesSubscriptions() local 216 LiveData<String> liveData = LiveDataReactiveStreams.fromPublisher(input); in convertsFromAsyncPublisher() local 227 MutableLiveData<String> liveData = new MutableLiveData<>(); in convertsToPublisherWithSyncData() local 244 MutableLiveData<String> liveData = new MutableLiveData<>(); in convertingToPublisherIsCancelable() local [all …]
|
/frameworks/support/lifecycle/reactivestreams/ktx/src/test/java/androidx/lifecycle/ |
D | LiveDataReactiveStreamsTest.kt | 48 val liveData = processor.toLiveData() in convertsFromPublisher() constant 61 val liveData = MutableLiveData<String>() in convertsToPublisherWithSyncData() constant
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
D | LiveDataQueryTest.java | 174 LiveData<AvgWeightByAge> liveData = mUserDao.maxWeightByAgeGroup(); in liveDataWithPojo() local 193 final LiveData<UserAndAllPets> liveData = mUserPetDao.liveUserWithPets(3); in withRelation() local 218 LiveData<PetsToys> liveData = mSpecificDogDao.getSpecificDogsToys(); in withRelationOnly() local 285 LiveData<User> liveData = mUserDao.liveUserById(3); in handleGc() local 337 private void observe(final LiveData liveData, final LifecycleOwner provider, in observe()
|
D | RawQueryTest.java | 95 final LiveData<User> liveData) throws TimeoutException, InterruptedException { in liveDataTest() 219 LiveData<List<UserAndPet>> liveData = mRawDao.getUserAndPetListObservable( in embedded_liveData() local 264 LiveData<UserAndAllPets> liveData = mRawDao in relation_liveData() local
|
D | QueryTransactionTest.java | 125 public void liveData() { in liveData() method in QueryTransactionTest 285 private <T> void observeForever(final LiveData<T> liveData) { in observeForever() 354 LiveData<List<Entity1>> liveData(); in liveData() method 381 LiveData<List<Entity1>> liveData(); in liveData() method 420 LiveData<List<Entity1>> liveData(); in liveData() method
|
D | WriteAheadLoggingTest.java | 239 private static <T> Observer<T> startObserver(LiveData<T> liveData) { in startObserver() 247 private static <T> void stopObserver(LiveData<T> liveData, Observer<T> observer) { in stopObserver()
|
/frameworks/support/lifecycle/reactivestreams/src/main/java/androidx/lifecycle/ |
D | LiveDataReactiveStreams.java | 55 @NonNull LifecycleOwner lifecycle, @NonNull LiveData<T> liveData) { in toPublisher() 64 LiveDataPublisher(LifecycleOwner lifecycle, LiveData<T> liveData) { in LiveDataPublisher() 88 final LifecycleOwner lifecycle, final LiveData<T> liveData) { in LiveDataSubscription()
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/paging/ |
D | DataSourceFactoryTest.java | 161 private void observe(final LiveData liveData, final LifecycleOwner provider, in observe() 177 LiveData<PagedList<UserAndAllPets>> liveData = in withRelation() local
|
/frameworks/support/lifecycle/livedata/src/main/java/androidx/lifecycle/ |
D | MediatorLiveData.java | 135 Source(LiveData<V> liveData, final Observer<? super V> observer) { in Source()
|
/frameworks/support/lifecycle/integration-tests/test-app/src/main/java/com/android/support/lifecycle/testapp/ |
D | LiveDataTestActivity.java | 46 public LiveData<String> liveData = new LiveData<>(); field in LiveDataTestActivity.LiveDataViewModel
|
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/ |
D | WorkManagerImplTest.java | 843 LiveData<List<WorkStatus>> liveData = mWorkManagerImpl.getStatusesById( in testGetStatusesById() local 972 LiveData<List<WorkStatus>> liveData = mWorkManagerImpl.getStatusesByTag(firstTag); in testGetStatusesByTag() local 1072 LiveData<List<WorkStatus>> liveData = mWorkManagerImpl.getStatusesForUniqueWork(uniqueName); in testGetStatusesByName() local
|
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/ |
D | TypeAdapterStoreTest.kt | 267 val liveData = invocation.processingEnv.elementUtils in <lambda>() constant
|