HomeSort by relevance Sort by last modified time
    Searched refs:NetworkErrorException (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/accounts/
NetworkErrorException.java 18 public class NetworkErrorException extends AccountsException {
19 public NetworkErrorException() {
22 public NetworkErrorException(String message) {
25 public NetworkErrorException(String message, Throwable cause) {
28 public NetworkErrorException(Throwable cause) {
AbstractAccountAuthenticator.java 139 } catch (NetworkErrorException e) {
170 } catch (NetworkErrorException e) {
243 } catch (NetworkErrorException e) {
270 } catch (NetworkErrorException e) {
311 } catch (NetworkErrorException e) {
328 } catch (NetworkErrorException e) {
383 * @throws NetworkErrorException if the authenticator could not honor the request due to a
388 throws NetworkErrorException;
403 * @throws NetworkErrorException if the authenticator could not honor the request due to a
408 throws NetworkErrorException;
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 23 import android.accounts.NetworkErrorException;
52 throws NetworkErrorException {
63 String authTokenType, Bundle options) throws NetworkErrorException {
69 Bundle options) throws NetworkErrorException {
78 String authTokenType, Bundle options) throws NetworkErrorException {
89 String[] features) throws NetworkErrorException {
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 23 import android.accounts.NetworkErrorException;
107 throws NetworkErrorException {
123 String authTokenType, Bundle options) throws NetworkErrorException {
152 Bundle options) throws NetworkErrorException {
169 String authTokenType, Bundle options) throws NetworkErrorException {
194 String[] features) throws NetworkErrorException {
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 26 import android.accounts.NetworkErrorException;
55 throws NetworkErrorException {
120 String authTokenType, Bundle loginOptions) throws NetworkErrorException {
132 String[] features) throws NetworkErrorException {
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 499 milliseconds