Home
last modified time | relevance | path

Searched refs:AuthenticatorException (Results 1 – 12 of 12) 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.java768 public String bundleToResult(Bundle bundle) throws AuthenticatorException { in getAuthTokenLabel()
770 throw new AuthenticatorException("no result in response"); in getAuthTokenLabel()
811 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
813 throw new AuthenticatorException("no result in response");
872 public Account[] bundleToResult(Bundle bundle) throws AuthenticatorException {
874 throw new AuthenticatorException("no result in response");
1132 public Account bundleToResult(Bundle bundle) throws AuthenticatorException {
1196 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
1198 throw new AuthenticatorException("no result in response");
1276 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.java417 } 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/
DAndroid.bp48 "core/java/android/accounts/AuthenticatorException.java",
/frameworks/base/config/
Dpreloaded-classes49 android.accounts.AuthenticatorException
Dboot-image-profile.txt32069 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/non-updatable-api/
Dcurrent.txt3047 …droid.accounts.Account, String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
3136 …method public V getResult() throws android.accounts.AuthenticatorException, java.io.IOException, a…
3137 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
3165 public class AuthenticatorException extends android.accounts.AccountsException {
3166 ctor public AuthenticatorException();
3167 ctor public AuthenticatorException(String);
3168 ctor public AuthenticatorException(String, Throwable);
3169 ctor public AuthenticatorException(Throwable);
/frameworks/base/api/
Dcurrent.txt3047 …droid.accounts.Account, String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
3136 …method public V getResult() throws android.accounts.AuthenticatorException, java.io.IOException, a…
3137 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
3165 public class AuthenticatorException extends android.accounts.AccountsException {
3166 ctor public AuthenticatorException();
3167 ctor public AuthenticatorException(String);
3168 ctor public AuthenticatorException(String, Throwable);
3169 ctor public AuthenticatorException(Throwable);