Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/
DDataSourcesFragment.kt175 val potentialAppSources = in <lambda>() constant
182 if (priorityList.isEmpty() && potentialAppSources.isEmpty()) { in <lambda>()
186 updateAppSourcesSection(priorityList, potentialAppSources) in <lambda>()
243 potentialAppSources: List<AppMetadata> in <lambda>()
262 updateAddApp(potentialAppSources.isNotEmpty() && !isEditMode) in <lambda>()
DAddAnAppFragment.kt71 val potentialAppSources = in <lambda>() constant
76 updateAppsList(potentialAppSources) in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/datasources/
DDataSourcesViewModelTest.kt120 val potentialAppSources = listOf(TEST_APP_3) in <lambda>() constant
123 loadPotentialAppSourcesUseCase.updatePotentialPriorityList(potentialAppSources) in <lambda>()
133 … potentialAppSourcesState = PotentialAppSourcesState.WithData(true, potentialAppSources), in <lambda>()