Searched refs:showCancel (Results 1 – 2 of 2) sorted by relevance
39 val showCancel = cancelUiRequest.shouldShowCancellationExplanation().apply { in parseCancelUiRequest() constant42 if (showCancel) { in parseCancelUiRequest()
204 private RequestWindowView(Context context, boolean showCancel) { in RequestWindowView() argument209 mShowCancel = showCancel; in RequestWindowView()