/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AuthenticatorException.java | 19 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
|
H A D | AccountManager.java | 2398 throw new AuthenticatorException(cause); 2399 } else if (cause instanceof AuthenticatorException) { 2400 throw (AuthenticatorException) cause; 2517 } catch (AuthenticatorException e) { 2584 throw new AuthenticatorException(cause); 2585 } else if (cause instanceof AuthenticatorException) { 2586 throw (AuthenticatorException) cause; 2624 return new AuthenticatorException(message); 2631 return new AuthenticatorException(message); 2691 } catch (AuthenticatorException e) { [all …]
|
H A D | AccountManagerFuture.java | 94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() 114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
|
H A D | GrantCredentialsPermissionActivity.java | 121 } catch (AuthenticatorException e) { in onCreate()
|
H A D | ChooseTypeAndAccountActivity.java | 413 } catch (AuthenticatorException e) { in run()
|
/aosp14/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockAccountManager.java | 22 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()
|
/aosp14/frameworks/base/core/java/ |
H A D | Android.bp | 63 "android/accounts/AuthenticatorException.java",
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 262 import android.accounts.AuthenticatorException; 22008 } catch (AuthenticatorException | IOException e) { 22044 } catch (OperationCanceledException | AuthenticatorException | IOException e) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 3695 …droid.accounts.Account, String, boolean) throws android.accounts.AuthenticatorException, java.io.I… 3784 …method public V getResult() throws android.accounts.AuthenticatorException, java.io.IOException, a… 3785 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I… 3813 public class AuthenticatorException extends android.accounts.AccountsException { 3814 ctor public AuthenticatorException(); 3815 ctor public AuthenticatorException(String); 3816 ctor public AuthenticatorException(String, Throwable); 3817 ctor public AuthenticatorException(Throwable);
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 73 android.accounts.AuthenticatorException
|
H A D | boot-image-profile.txt | 22853 Landroid/accounts/AuthenticatorException;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 73 android.accounts.AuthenticatorException
|
H A D | boot-image-profile.txt | 32956 Landroid/accounts/AuthenticatorException;
|