Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java991 public @NonNull Builder withExceptionAllowed(boolean exceptionAllowed) { in withExceptionAllowed() argument
992 mExceptionAllowed = exceptionAllowed; in withExceptionAllowed()