Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/translation/
H A DTranslationResponseValue.java109 public static TranslationResponseValue forError() { in forError() method in TranslationResponseValue
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java189 public static Contact forError(Uri requestedUri, Exception exception) { in forError() method in Contact
H A DContactLoader.java268 return Contact.forError(mRequestedUri, e); in loadInBackground()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java130 public static Contact forError(Uri requestedUri, Exception exception) { in forError() method in Contact
H A DContactLoader.java338 return Contact.forError(mRequestedUri, e); in loadInBackground()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt53032 method @NonNull public static android.view.translation.TranslationResponseValue forError();