Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/credentials/selection/
DCancelSelectionRequest.java96 public boolean shouldShowCancellationExplanation() { in shouldShowCancellationExplanation() method in CancelSelectionRequest
111 boolean shouldShowCancellationExplanation, @NonNull String packageName) { in CancelSelectionRequest()