Home
last modified time | relevance | path

Searched defs:uiState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModelTest.kt75 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_emitsNotShowing() constant
87 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_foregroundTaskChanged_emitsNotShowing() constant
99 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_emitsNotShowing() constant
111 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_foregroundTaskChanged_emitsNotShowing() constant
125 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_different_emitsShowing() constant
141 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_same_emitsNotShowing() constant
157 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_different_taskIsLauncher_emitsNotShowing() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModel.kt29 val uiState: Flow<TaskSwitcherNotificationUiState> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt51 viewModel.uiState.flowOn(mainDispatcher).collect { uiState -> in <lambda>() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt68 var uiState by mutableStateOf(credManRepo.initState()) variable