Home
last modified time | relevance | path

Searched refs:showCancel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/
DIntentParser.kt39 val showCancel = cancelUiRequest.shouldShowCancellationExplanation().apply { in parseCancelUiRequest() constant
42 if (showCancel) { in parseCancelUiRequest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java204 private RequestWindowView(Context context, boolean showCancel) { in RequestWindowView() argument
209 mShowCancel = showCancel; in RequestWindowView()