Searched defs:onBackInvokedCallback (Results 1 – 4 of 4) sorted by relevance
40 val onBackInvokedCallback = OnBackInvokedCallback { host.onCredentialAborted() } in <lambda>() constant100 private class OnBackButtonListener(private val onBackInvokedCallback: OnBackInvokedCallback) : constant in com.android.systemui.biometrics.ui.binder.OnBackButtonListener
142 @Nullable IOnBackInvokedCallback onBackInvokedCallback, in BackNavigationInfo()475 public Builder setOnBackInvokedCallback( in setOnBackInvokedCallback()
285 val onBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant
121 private val onBackInvokedCallback: OnBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant in com.android.systemui.keyguard.ui.binder.AlternateBouncerViewBinder