Searched refs:AuthenticationRequiredException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAuthenticationRequiredException.java39 public final class AuthenticationRequiredException extends SecurityException implements Parcelable { class in inherits:SecurityException,Parcelable
40 private static final String TAG = "AuthenticationRequiredException";
45 public AuthenticationRequiredException(Parcel in) { method in class:AuthenticationRequiredException
61 public AuthenticationRequiredException(Throwable cause, PendingIntent userAction) { method in class:AuthenticationRequiredException
84 public static final 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[siz
[all...]
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java42 import android.app.AuthenticationRequiredException;
246 * @throws AuthenticationRequiredException If authentication is required from the user (such as
269 * @throws AuthenticationRequiredException If authentication is required from
289 * @throws AuthenticationRequiredException If authentication is required from
308 * @throws AuthenticationRequiredException If authentication is required from
333 * @throws AuthenticationRequiredException If authentication is required from
355 * @throws AuthenticationRequiredException If authentication is required from
383 * @throws AuthenticationRequiredException If authentication is required from
395 * {@link AuthenticationRequiredException} can be thrown if user does not have
412 * @throws AuthenticationRequiredException I
[all...]

Completed in 1156 milliseconds