Searched refs:hasBeenNotified (Results 1 – 5 of 5) sorted by relevance
64 assertThat(observer.hasBeenNotified()).isTrue(); in testNullLiveData()74 assertThat(observer.hasBeenNotified()).isTrue(); in testTrueLiveData()84 assertThat(observer.hasBeenNotified()).isTrue(); in testFalseLiveData()118 assertThat(observer.hasBeenNotified()).isTrue(); in testDistinct()123 assertThat(observer.hasBeenNotified()).isFalse(); in testDistinct()126 assertThat(observer.hasBeenNotified()).isTrue(); in testDistinct()139 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable()145 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable()152 assertThat(observer.hasBeenNotified()).isFalse(); in testFreezable()156 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable()[all …]
61 assertThat(mObserver.hasBeenNotified()).isFalse(); in testIsLoading_uninitialized()72 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_initializedTrigger()86 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_alreadyLoaded()99 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_normalFlow()119 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_secondLoad()
92 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testSetsValueOnActive()103 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testUnknownProgress()116 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testMovesForwardAtNormalSpeed()131 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testMovesForwardAtCustomSpeed()145 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testDoesntMoveForwardWhenPaused()159 assertThat(progressObserver.hasBeenNotified()).isTrue(); in testDoesntMoveForwardWhenStopped()173 assertThat(progressObserver.hasBeenNotified()).isFalse(); in testDoesntUpdateWhenInactive()
115 assertThat(observer.hasBeenNotified()).isTrue(); in testGetMetadata()131 assertThat(observer.hasBeenNotified()).isTrue(); in testGetPlaybackState()147 assertThat(observer.hasBeenNotified()).isTrue(); in testGetSanitizedQueue()167 assertThat(observer.hasBeenNotified()).isTrue(); in testGetHasQueue_null()182 assertThat(observer.hasBeenNotified()).isTrue(); in testGetHasQueue_empty()196 assertThat(observer.hasBeenNotified()).isTrue(); in testGetHasQueue_true()
41 public boolean hasBeenNotified() { in hasBeenNotified() method in CaptureObserver