Searched refs:onIntentionalUserInput (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | BouncerViewModel.kt | 269 onIntentionalUserInput = ::onIntentionalUserInput in <lambda>() 279 onIntentionalUserInput = ::onIntentionalUserInput in <lambda>() 288 onIntentionalUserInput = ::onIntentionalUserInput in <lambda>() 296 onIntentionalUserInput = ::onIntentionalUserInput in <lambda>() 302 private fun onIntentionalUserInput() { in <lambda>() method 304 bouncerInteractor.onIntentionalUserInput() in <lambda>()
|
D | PasswordBouncerViewModel.kt | 43 private val onIntentionalUserInput: () -> Unit, in <lambda>() constant 101 onIntentionalUserInput() in <lambda>()
|
D | PinBouncerViewModel.kt | 52 private val onIntentionalUserInput: () -> Unit, in <lambda>() constant 144 onIntentionalUserInput() in <lambda>()
|
D | PatternBouncerViewModel.kt | 43 private val onIntentionalUserInput: () -> Unit, in <lambda>() constant 88 onIntentionalUserInput() in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | AuthMethodBouncerViewModelTest.kt | 51 onIntentionalUserInput = {}, in <lambda>()
|
D | PinBouncerViewModelTest.kt | 78 onIntentionalUserInput = {}, in <lambda>() 106 onIntentionalUserInput = {}, in <lambda>() 135 onIntentionalUserInput = {}, in <lambda>()
|
D | PatternBouncerViewModelTest.kt | 65 onIntentionalUserInput = {}, in <lambda>()
|
D | PasswordBouncerViewModelTest.kt | 77 onIntentionalUserInput = {}, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerInteractorTest.kt | 276 underTest.onIntentionalUserInput() in <lambda>() 289 underTest.onIntentionalUserInput() in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/composable/ |
D | PatternBouncerTest.kt | 61 onIntentionalUserInput = {}, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerInteractor.kt | 112 fun onIntentionalUserInput() { in <lambda>() method
|