Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt58 private val onAuthenticationResult by in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest
59 testScope.collectLastValue(underTest.onAuthenticationResult) in <lambda>()
552 assertThat(onAuthenticationResult).isTrue() in <lambda>()
562 assertThat(onAuthenticationResult).isFalse() in <lambda>()
571 assertThat(onAuthenticationResult).isNull() in <lambda>()
573 assertThat(onAuthenticationResult).isNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DComposeBouncerViewBinder.kt66 authenticationInteractor.onAuthenticationResult.collectLatest { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt67 authenticationInteractor.onAuthenticationResult in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModelTest.kt110 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
328 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
DPinBouncerViewModelTest.kt207 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
239 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
271 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
DPasswordBouncerViewModelTest.kt127 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in onAuthenticateKeyPressed_whenCorrect()
167 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in onAuthenticateKeyPressed_correctAfterWrong()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractor.kt90 authenticationInteractor.onAuthenticationResult in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt135 val onAuthenticationResult: SharedFlow<Boolean> = _onAuthenticationResult.asSharedFlow() in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java235 getAutofillManager().onAuthenticationResult(requestCode, resultData, in onDispatchActivityResult()
DAutofillManager.java2428 public void onAuthenticationResult(int authenticationId, Intent data, View focusView) { in onAuthenticationResult() method in AutofillManager
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58766 Landroid/view/autofill/AutofillManager;->onAuthenticationResult(ILandroid/content/Intent;Landroid/v…