Home
last modified time | relevance | path

Searched refs:SetChanges (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
H A DFlowUtilTests.kt155 SetChanges(
159 SetChanges(
170 SetChanges(
181 SetChanges(
192 SetChanges(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DFlow.kt135 fun <T> Flow<Set<T>>.setChanges(emitFirstEvent: Boolean = true): Flow<SetChanges<T>> =
136 setChangesBy(::SetChanges, emitFirstEvent)
139 data class SetChanges<T>( dataClass