Home
last modified time | relevance | path

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

/aosp14/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.java2398 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 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.java413 } catch (AuthenticatorException e) { in run()
/aosp14/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()
/aosp14/frameworks/base/core/java/
H A DAndroid.bp63 "android/accounts/AuthenticatorException.java",
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java262 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3695 …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 Dpreloaded-classes73 android.accounts.AuthenticatorException
H A Dboot-image-profile.txt22853 Landroid/accounts/AuthenticatorException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes73 android.accounts.AuthenticatorException
H A Dboot-image-profile.txt32956 Landroid/accounts/AuthenticatorException;