Home
last modified time | relevance | path

Searched refs:NetworkErrorException (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java22 import android.accounts.NetworkErrorException;
58 Bundle options) throws NetworkErrorException { in addAccount()
67 Bundle options) throws NetworkErrorException { in confirmCredentials()
77 Bundle options) throws NetworkErrorException { in getAuthToken()
93 Bundle options) throws NetworkErrorException { in updateCredentials()
102 String[] features) throws NetworkErrorException { in hasFeatures()
113 Bundle options) throws NetworkErrorException { in startAddAccountSession()
124 throws NetworkErrorException { in startUpdateCredentialsSession()
133 Bundle sessionBundle) throws NetworkErrorException { in finishSession()
142 String statusToken) throws NetworkErrorException { in isCredentialsUpdateSuggested()
H A DTestAccountType1Authenticator.java22 import android.accounts.NetworkErrorException;
65 Bundle options) throws NetworkErrorException { in addAccount()
108 Bundle options) throws NetworkErrorException { in confirmCredentials()
148 Bundle options) throws NetworkErrorException { in getAuthToken()
203 Bundle options) throws NetworkErrorException { in updateCredentials()
240 String[] features) throws NetworkErrorException { in hasFeatures()
265 Bundle options) throws NetworkErrorException { in startAddAccountSession()
321 throws NetworkErrorException { in startUpdateCredentialsSession()
374 Bundle sessionBundle) throws NetworkErrorException { in finishSession()
426 String statusToken) throws NetworkErrorException { in isCredentialsUpdateSuggested()
[all …]
/aosp12/frameworks/base/core/java/android/accounts/
H A DNetworkErrorException.java18 public class NetworkErrorException extends AccountsException { class
19 public NetworkErrorException() { in NetworkErrorException() method in NetworkErrorException
22 public NetworkErrorException(String message) { in NetworkErrorException() method in NetworkErrorException
25 public NetworkErrorException(String message, Throwable cause) { in NetworkErrorException() method in NetworkErrorException
28 public NetworkErrorException(Throwable cause) { in NetworkErrorException() method in NetworkErrorException
H A DAbstractAccountAuthenticator.java488 if (e instanceof NetworkErrorException) { in handleException()
568 throws NetworkErrorException; in addAccount()
588 throws NetworkErrorException; in confirmCredentials()
633 throws NetworkErrorException; in getAuthToken()
701 Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
719 final Account account) throws NetworkErrorException { in getAccountCredentialsForCloning()
745 Bundle accountCredentials) throws NetworkErrorException { in addAccountFromCredentials()
798 throws NetworkErrorException { in startAddAccountSession()
852 final Bundle options) throws NetworkErrorException { in startUpdateCredentialsSession()
906 final Bundle sessionBundle) throws NetworkErrorException { in finishSession()
[all …]
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java21 import android.accounts.NetworkErrorException;
64 throws NetworkErrorException { in addAccount()
71 throws NetworkErrorException { in confirmCredentials()
78 throws NetworkErrorException { in getAuthToken()
90 throws NetworkErrorException { in updateCredentials()
97 throws NetworkErrorException { in hasFeatures()
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
H A DAuthenticator.java22 import android.accounts.NetworkErrorException;
39 Bundle bundle) throws NetworkErrorException { in addAccount()
48 throws NetworkErrorException { in confirmCredentials()
54 Bundle bundle) throws NetworkErrorException { in getAuthToken()
65 Bundle bundle) throws NetworkErrorException { in updateCredentials()
71 throws NetworkErrorException { in hasFeatures()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DAuthenticator.java22 import android.accounts.NetworkErrorException;
45 Bundle bundle) throws NetworkErrorException { in addAccount()
54 throws NetworkErrorException { in confirmCredentials()
62 Bundle bundle) throws NetworkErrorException { in getAuthToken()
77 Bundle bundle) throws NetworkErrorException { in updateCredentials()
85 throws NetworkErrorException { in hasFeatures()
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
H A DStatsdAuthenticator.java22 import android.accounts.NetworkErrorException;
97 throws NetworkErrorException { in addAccount()
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
114 Bundle options) throws NetworkErrorException { in confirmCredentials()
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
131 String[] features) throws NetworkErrorException { in hasFeatures()
/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.txt3247 …sponse, String, String, String[], android.os.Bundle) throws android.accounts.NetworkErrorException;
3251 …untAuthenticatorResponse, String, android.os.Bundle) throws android.accounts.NetworkErrorException;
3252 …ountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
3253 …ountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
3257 …ticatorResponse, android.accounts.Account, String[]) throws android.accounts.NetworkErrorException;
3258 …enticatorResponse, android.accounts.Account, String) throws android.accounts.NetworkErrorException;
3421 public class NetworkErrorException extends android.accounts.AccountsException {
3422 ctor public NetworkErrorException();
3423 ctor public NetworkErrorException(String);
3424 ctor public NetworkErrorException(String, Throwable);
[all …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt2654 …sponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
2655 …sponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
2657 …ountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
2658 …ountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
2659 …counts.Account, java.lang.String, android.os.Bundle) throws android.accounts.NetworkErrorException;
2662 …ponse, android.accounts.Account, java.lang.String[]) throws android.accounts.NetworkErrorException;
2799 public class NetworkErrorException extends android.accounts.AccountsException {
2800 ctor public NetworkErrorException();
2801 ctor public NetworkErrorException(java.lang.String);
2802 ctor public NetworkErrorException(java.lang.String, java.lang.Throwable);
[all …]