Searched refs:isUndoable (Results 1 – 4 of 4) sorted by relevance
60 val isUndoable = collectLastValue(underTest.isUndoable) in start session - update - and undo all() constant61 assertThat(isUndoable()).isFalse() in start session - update - and undo all()64 assertThat(isUndoable()).isFalse() in start session - update - and undo all()67 assertThat(isUndoable()).isTrue() in start session - update - and undo all()70 assertThat(isUndoable()).isFalse() in start session - update - and undo all()74 assertThat(isUndoable()).isTrue() in start session - update - and undo all()77 assertThat(isUndoable()).isFalse() in start session - update - and undo all()
59 val isUndoable = collectLastValue(underTest.isAnythingDirty) in dirty() constant61 assertThat(isUndoable()).isFalse() in dirty()65 assertThat(isUndoable()).isTrue() in dirty()69 assertThat(isUndoable()).isTrue() in dirty()73 assertThat(isUndoable()).isTrue() in dirty()77 assertThat(isUndoable()).isFalse() in dirty()
54 val isUndoable: Flow<Boolean> = repository.isAnythingDirty in <lambda>() constant in com.android.wallpaper.picker.undo.domain.interactor.UndoInteractor
38 val isRevertButtonVisible: Flow<Boolean> = interactor.isUndoable