Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/remoteauth/enrolling/
DRemoteAuthEnrollEnrollingViewModel.kt27 private val _uiState = MutableStateFlow(RemoteAuthEnrollEnrollingUiState()) in <lambda>()
28 val uiState: StateFlow<RemoteAuthEnrollEnrollingUiState> = _uiState.asStateFlow() in <lambda>()
DRemoteAuthEnrollEnrollingUiState.kt20 data class RemoteAuthEnrollEnrollingUiState( dataClass
DRemoteAuthEnrollEnrolling.kt103 private fun updateUi(uiState: RemoteAuthEnrollEnrollingUiState) { in updateUi()