Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt50 private val shouldClose = MutableStateFlow(false) in <lambda>() constant in com.android.credentialmanager.CredentialSelectorViewModel
57 shouldClose in <lambda>()
58 ) { request, isPrimary, shouldClose -> in <lambda>() method
60 " isClose: " + shouldClose.toString() + in <lambda>()
62 if (shouldClose) { in <lambda>()
88 is Create, Close, is Cancel, Idle -> shouldClose.value = true in <lambda>()
95 shouldClose.value = true in <lambda>()
114 shouldClose.value = result in <lambda>()