Home
last modified time | relevance | path

Searched refs:packageChanges (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/common/data/repository/
DPackageUpdateMonitorTest.kt206 val packageChanges by collectValues(monitor.packageChanged.onEach { latch.first() }) in handlesBackflow() constant
207 assertThat(packageChanges).isEmpty() in handlesBackflow()
213 assertThat(packageChanges).isEmpty() in handlesBackflow()
215 assertThat(packageChanges).hasSize(1) in handlesBackflow()
217 assertThat(packageChanges).hasSize(2) in handlesBackflow()
219 assertThat(packageChanges) in handlesBackflow()
DPackageChangeRepositoryTest.kt192 val packageChanges by collectValues(repository.packageChanged(UserHandle.ALL)) in <lambda>() constant
193 assertThat(packageChanges).isEmpty() in <lambda>()
205 assertThat(packageChanges).hasSize(2) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/common/domain/interactor/
DPackageChangeInteractorTest.kt62 fun packageChanges() = in packageChanges() method
107 val packageChanges by collectValues(underTest.packageChanged(UserHandle.CURRENT)) in packageChanges_forCurrentUser() constant
108 assertThat(packageChanges).isEmpty() in packageChanges_forCurrentUser()
131 assertThat(packageChanges.map { it.packageName }) in packageChanges_forCurrentUser()