/aosp12/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 | 2403 throw new AuthenticatorException(cause); 2404 } else if (cause instanceof AuthenticatorException) { 2405 throw (AuthenticatorException) cause; 2522 } catch (AuthenticatorException e) { 2589 throw new AuthenticatorException(cause); 2590 } else if (cause instanceof AuthenticatorException) { 2591 throw (AuthenticatorException) cause; 2629 return new AuthenticatorException(message); 2636 return new AuthenticatorException(message); 2696 } 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 | 407 } catch (AuthenticatorException e) { in run()
|
/aosp12/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()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ |
H A D | AuthUtils.java | 23 import android.accounts.AuthenticatorException; 64 AuthenticatorException, IOException { in blockingGetAuthToken()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
H A D | AddAccountWithTypeActivity.java | 24 import android.accounts.AuthenticatorException; 63 } catch (IOException|AuthenticatorException|OperationCanceledException e) {
|
H A D | RemoveAccountDialog.java | 23 import android.accounts.AuthenticatorException; 75 } catch (OperationCanceledException | AuthenticatorException | IOException e) { in run()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
H A D | RemoveAccountPreferenceControllerTest.java | 35 import android.accounts.AuthenticatorException; 177 throws AuthenticatorException, OperationCanceledException, IOException { in confirmRemove_shouldRemoveAccount() 210 throws AuthenticatorException, OperationCanceledException, IOException { in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | AddAccountActivity.java | 23 import android.accounts.AuthenticatorException; 107 } catch (OperationCanceledException | IOException | AuthenticatorException e) {
|
H A D | AccountDetailsPreferenceController.java | 27 import android.accounts.AuthenticatorException; 76 } catch (OperationCanceledException | IOException | AuthenticatorException e) {
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AddAccountSettings.java | 24 import android.accounts.AuthenticatorException; 120 } catch (AuthenticatorException e) {
|
H A D | RemoveAccountPreferenceController.java | 20 import android.accounts.AuthenticatorException; 177 | AuthenticatorException e) { in onClick()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsActor.java | 25 import android.accounts.AuthenticatorException; 154 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
|
/aosp12/frameworks/base/core/java/ |
H A D | Android.bp | 47 "android/accounts/AuthenticatorException.java",
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | AllInOneActivity.java | 22 import android.accounts.AuthenticatorException;
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 139 import android.accounts.AuthenticatorException; 17538 } catch (AuthenticatorException | IOException e) { 17574 } catch (OperationCanceledException | AuthenticatorException | IOException e) {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3296 …droid.accounts.Account, String, boolean) throws android.accounts.AuthenticatorException, java.io.I… 3385 …method public V getResult() throws android.accounts.AuthenticatorException, java.io.IOException, a… 3386 …ult(long, java.util.concurrent.TimeUnit) throws android.accounts.AuthenticatorException, java.io.I… 3414 public class AuthenticatorException extends android.accounts.AccountsException { 3415 ctor public AuthenticatorException(); 3416 ctor public AuthenticatorException(String); 3417 ctor public AuthenticatorException(String, Throwable); 3418 ctor public AuthenticatorException(Throwable);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 2695 …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);
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 64 android.accounts.AuthenticatorException
|
H A D | boot-image-profile.txt | 22769 Landroid/accounts/AuthenticatorException;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 64 android.accounts.AuthenticatorException
|
H A D | boot-image-profile.txt | 32402 Landroid/accounts/AuthenticatorException;
|