Searched refs:AuthenticationRequiredException (Results 1 – 8 of 8) sorted by relevance
39 public final class AuthenticationRequiredException extends SecurityException implements Parcelable { class45 public AuthenticationRequiredException(Parcel in) { in AuthenticationRequiredException() method in AuthenticationRequiredException61 public AuthenticationRequiredException(Throwable cause, PendingIntent userAction) { in AuthenticationRequiredException() method in AuthenticationRequiredException84 … public static final @android.annotation.NonNull Creator<AuthenticationRequiredException> CREATOR =85 new Creator<AuthenticationRequiredException>() {87 public AuthenticationRequiredException createFromParcel(Parcel source) {88 return new AuthenticationRequiredException(source);92 public AuthenticationRequiredException[] newArray(int size) {93 return new AuthenticationRequiredException[size];
19 import android.app.AuthenticationRequiredException;100 throw new AuthenticationRequiredException(new UnsupportedOperationException(), in queryChildDocuments()
20 import android.app.AuthenticationRequiredException;167 AuthenticationRequiredException exception = in updateToAuthenticationExceptionHeader()168 (AuthenticationRequiredException) event.getException(); in updateToAuthenticationExceptionHeader()
22 import android.app.AuthenticationRequiredException;297 && mException instanceof AuthenticationRequiredException; in hasAuthenticationException()
42 import android.app.AuthenticationRequiredException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4773 …public final class AuthenticationRequiredException extends java.lang.SecurityException implements …4774 ctor public AuthenticationRequiredException(Throwable, android.app.PendingIntent);4778 …ublic static final android.os.Parcelable.Creator<android.app.AuthenticationRequiredException> CREA…
4049 Landroid/app/AuthenticationRequiredException;-><init>(Landroid/os/Parcel;)V4050 Landroid/app/AuthenticationRequiredException;->mUserAction:Landroid/app/PendingIntent;4051 Landroid/app/AuthenticationRequiredException;->TAG:Ljava/lang/String;