Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
H A DTaskSwitcherNotificationViewModelTest.kt75 val uiState by collectLastValue(viewModel.uiState) regex
87 val uiState by collectLastValue(viewModel.uiState) regex
99 val uiState by collectLastValue(viewModel.uiState) regex
111 val uiState by collectLastValue(viewModel.uiState) regex
125 val uiState by collectLastValue(viewModel.uiState) regex
141 val uiState by collectLastValue(viewModel.uiState) regex
157 val uiState by collectLastValue(viewModel.uiState) regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DCredentialSelectorViewModel.kt68 var uiState by mutableStateOf(credManRepo.initState()) regex