Searched defs:getOptionChanges (Results 1 – 2 of 2) sorted by relevance
40 fun getOptionChanges(): Flow<Unit> in <lambda>() method59 override fun getOptionChanges(): Flow<Unit> = in getOptionChanges() method in com.android.customization.picker.grid.data.repository.GridRepositoryImpl
48 override fun getOptionChanges(): Flow<Unit> = _optionChanges.asSharedFlow() in <lambda>() method