Searched defs:onBackInvokedCallback (Results 1 – 5 of 5) sorted by relevance
40 val onBackInvokedCallback = OnBackInvokedCallback { host.onCredentialAborted() } in <lambda>() constant97 private class OnBackButtonListener(private val onBackInvokedCallback: OnBackInvokedCallback) : constant in com.android.systemui.biometrics.ui.binder.OnBackButtonListener
186 val onBackInvokedCallback = OnBackInvokedCallback { in addPredictiveBackListener() constant
284 val onBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant
132 @Nullable IOnBackInvokedCallback onBackInvokedCallback, in BackNavigationInfo()458 public Builder setOnBackInvokedCallback( in setOnBackInvokedCallback()
129 private val onBackInvokedCallback: OnBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant in com.android.systemui.keyguard.ui.binder.AlternateBouncerViewBinder