Searched refs:recordList (Results 1 – 4 of 4) sorted by relevance
103 .combine(recordListFlow) { showAppPredicate, recordList -> in recordList() method104 recordList.filter { showAppPredicate(it.app) } in recordList()127 combinedRecordListFlow.combine(listModel.flow) { recordList, listModel -> in listModel() method128 listModel.getSpinnerOptions(recordList) in listModel()175 .combine(listModel.flow) { recordList, listModel -> in scheduleOnFirstLoaded() method176 if (listModel.onFirstLoaded(recordList)) { in scheduleOnFirstLoaded()177 preFetchLabels(recordList) in scheduleOnFirstLoaded()183 private fun preFetchLabels(recordList: List<T>) { in preFetchLabels()184 for (record in recordList) { in preFetchLabels()
42 fun getSpinnerOptions(recordList: List<T>): List<SpinnerOption> = emptyList() in getSpinnerOptions()64 suspend fun onFirstLoaded(recordList: List<T>) = false in getSpinnerOptions()
127 val recordList = recordListFlow.firstWithTimeoutOrNull()!! in filter() constant128 assertThat(recordList).isEmpty() in filter()
136 override suspend fun onFirstLoaded(recordList: List<TestAppRecord>): Boolean { in transform()