/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/ |
D | AuthenticationInteractorTest.kt | 58 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/ |
D | ComposeBouncerViewBinder.kt | 66 authenticationInteractor.onAuthenticationResult.collectLatest { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceUnlockedInteractor.kt | 67 authenticationInteractor.onAuthenticationResult in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | PatternBouncerViewModelTest.kt | 110 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() 328 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>()
|
D | PinBouncerViewModelTest.kt | 207 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>()
|
D | PasswordBouncerViewModelTest.kt | 127 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/ |
D | BouncerInteractor.kt | 90 authenticationInteractor.onAuthenticationResult in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/ |
D | AuthenticationInteractor.kt | 135 val onAuthenticationResult: SharedFlow<Boolean> = _onAuthenticationResult.asSharedFlow() in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillClientController.java | 235 getAutofillManager().onAuthenticationResult(requestCode, resultData, in onDispatchActivityResult()
|
D | AutofillManager.java | 2428 public void onAuthenticationResult(int authenticationId, Intent data, View focusView) { in onAuthenticationResult() method in AutofillManager
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58766 Landroid/view/autofill/AutofillManager;->onAuthenticationResult(ILandroid/content/Intent;Landroid/v…
|