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.java574 public String bundleToResult(Bundle bundle) throws AuthenticatorException { in getAuthTokenLabel()
576 throw new AuthenticatorException("no result in response"); in getAuthTokenLabel()
617 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
619 throw new AuthenticatorException("no result in response");
670 public Account[] bundleToResult(Bundle bundle) throws AuthenticatorException {
672 throw new AuthenticatorException("no result in response");
783 public Account bundleToResult(Bundle bundle) throws AuthenticatorException {
847 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
849 throw new AuthenticatorException("no result in response");
927 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.java108 } catch (AuthenticatorException e) { in onCreate()
DChooseTypeAndAccountActivity.java387 } catch (AuthenticatorException e) { in run()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java24 import android.accounts.AuthenticatorException;
145 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
176 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
181 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
/frameworks/volley/src/test/java/com/android/volley/toolbox/
DAndroidAuthenticatorTest.java22 import android.accounts.AuthenticatorException;
56 when(mFuture.getResult()).thenThrow(new AuthenticatorException("sadness!")); in failedGetAuthToken()
/frameworks/base/
Dpreloaded-classes235 android.accounts.AuthenticatorException
/frameworks/base/api/
Dcurrent.txt2703 …unts.Account, java.lang.String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
2774 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
2775 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
2803 public class AuthenticatorException extends android.accounts.AccountsException {
2804 ctor public AuthenticatorException();
2805 ctor public AuthenticatorException(java.lang.String);
2806 ctor public AuthenticatorException(java.lang.String, java.lang.Throwable);
2807 ctor public AuthenticatorException(java.lang.Throwable);
Dsystem-current.txt2802 …unts.Account, java.lang.String, boolean) throws android.accounts.AuthenticatorException, java.io.I…
2873 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
2874 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I…
2902 public class AuthenticatorException extends android.accounts.AccountsException {
2903 ctor public AuthenticatorException();
2904 ctor public AuthenticatorException(java.lang.String);
2905 ctor public AuthenticatorException(java.lang.String, java.lang.Throwable);
2906 ctor public AuthenticatorException(java.lang.Throwable);
/frameworks/base/docs/html/
Dsitemap.txt1948 http://developer.android.com/reference/android/accounts/AuthenticatorException.html