Home
last modified time | relevance | path

Searched defs:shouldShowCancellationUi (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorActivity.kt59 val (isCancellationRequest, shouldShowCancellationUi, _) = in onCreate() constant
92 val (isCancellationRequest, shouldShowCancellationUi, appDisplayName) = in onNewIntent() constant
127 val shouldShowCancellationUi = cancelUiRequest.shouldShowCancellationExplanation() in maybeCancelUIUponRequest() constant
/frameworks/base/core/java/android/credentials/selection/
DIntentFactory.java144 @NonNull IBinder requestToken, boolean shouldShowCancellationUi, in createCancelUiIntent()