Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAuthenticatorException.java19 public class AuthenticatorException extends AccountsException { class
20 public AuthenticatorException() { in AuthenticatorException() method in AuthenticatorException
23 public AuthenticatorException(String message) { in AuthenticatorException() method in AuthenticatorException
26 public AuthenticatorException(String message, Throwable cause) { in AuthenticatorException() method in AuthenticatorException
29 public AuthenticatorException(Throwable cause) { in AuthenticatorException() method in AuthenticatorException
DAccountManager.java737 public String bundleToResult(Bundle bundle) throws AuthenticatorException { in getAuthTokenLabel()
739 throw new AuthenticatorException("no result in response"); in getAuthTokenLabel()
780 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
782 throw new AuthenticatorException("no result in response");
841 public Account[] bundleToResult(Bundle bundle) throws AuthenticatorException {
843 throw new AuthenticatorException("no result in response");
1101 public Account bundleToResult(Bundle bundle) throws AuthenticatorException {
1165 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
1167 throw new AuthenticatorException("no result in response");
1245 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
[all …]
DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
DGrantCredentialsPermissionActivity.java106 } catch (AuthenticatorException e) { in onCreate()
DChooseTypeAndAccountActivity.java416 } catch (AuthenticatorException e) { in run()
/frameworks/base/test-mock/src/android/test/mock/
DMockAccountManager.java22 import android.accounts.AuthenticatorException;
79 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
110 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
115 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
/frameworks/base/config/
Dpreloaded-classes49 android.accounts.AuthenticatorException
Dhiddenapi-public-dex.txt322 Landroid/accounts/AuthenticatorException;
323 Landroid/accounts/AuthenticatorException;-><init>()V
324 Landroid/accounts/AuthenticatorException;-><init>(Ljava/lang/String;)V
325 Landroid/accounts/AuthenticatorException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
326 Landroid/accounts/AuthenticatorException;-><init>(Ljava/lang/Throwable;)V
Dboot-image-profile.txt53573 Landroid/accounts/AuthenticatorException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2695 …unts.Account, java.lang.String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
2763 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
2764 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
2792 public class AuthenticatorException extends android.accounts.AccountsException {
2793 ctor public AuthenticatorException();
2794 ctor public AuthenticatorException(java.lang.String);
2795 ctor public AuthenticatorException(java.lang.String, java.lang.Throwable);
2796 ctor public AuthenticatorException(java.lang.Throwable);
/frameworks/base/api/
Dcurrent.txt2995 …unts.Account, java.lang.String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
3084 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
3085 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
3113 public class AuthenticatorException extends android.accounts.AccountsException {
3114 ctor public AuthenticatorException();
3115 ctor public AuthenticatorException(java.lang.String);
3116 ctor public AuthenticatorException(java.lang.String, java.lang.Throwable);
3117 ctor public AuthenticatorException(java.lang.Throwable);