Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/accounts/
H A 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
H A DAccountManager.java2403 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 DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
H A DGrantCredentialsPermissionActivity.java121 } catch (AuthenticatorException e) { in onCreate()
H A DChooseTypeAndAccountActivity.java407 } catch (AuthenticatorException e) { in run()
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A 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()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
H A DAuthUtils.java23 import android.accounts.AuthenticatorException;
64 AuthenticatorException, IOException { in blockingGetAuthToken()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAddAccountWithTypeActivity.java24 import android.accounts.AuthenticatorException;
63 } catch (IOException|AuthenticatorException|OperationCanceledException e) {
H A DRemoveAccountDialog.java23 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 DRemoveAccountPreferenceControllerTest.java35 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 DAddAccountActivity.java23 import android.accounts.AuthenticatorException;
107 } catch (OperationCanceledException | IOException | AuthenticatorException e) {
H A DAccountDetailsPreferenceController.java27 import android.accounts.AuthenticatorException;
76 } catch (OperationCanceledException | IOException | AuthenticatorException e) {
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java24 import android.accounts.AuthenticatorException;
120 } catch (AuthenticatorException e) {
H A DRemoveAccountPreferenceController.java20 import android.accounts.AuthenticatorException;
177 | AuthenticatorException e) { in onClick()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java25 import android.accounts.AuthenticatorException;
154 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
/aosp12/frameworks/base/core/java/
H A DAndroid.bp47 "android/accounts/AuthenticatorException.java",
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java22 import android.accounts.AuthenticatorException;
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java139 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt3296 …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 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);
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes64 android.accounts.AuthenticatorException
H A Dboot-image-profile.txt22769 Landroid/accounts/AuthenticatorException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes64 android.accounts.AuthenticatorException
H A Dboot-image-profile.txt32402 Landroid/accounts/AuthenticatorException;