Searched defs:AbstractAccountAuthenticator (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java110 public abstract class AbstractAccountAuthenticator { class
134 "android.accounts.AbstractAccountAuthenticator.KEY_REQUIRED_FEATURES";
141 "android.accounts.AbstractAccountAuthenticator.KEY_OPTIONS";
147 "android.accounts.AbstractAccountAuthenticator.KEY_ACCOUNT";
151 public AbstractAccountAuthenticator(Context context) { method in class:AbstractAccountAuthenticator
167 final Bundle result = AbstractAccountAuthenticator.this.addAccount(
192 final Bundle result = AbstractAccountAuthenticator.this.confirmCredentials(
220 AbstractAccountAuthenticator.this.getAuthTokenLabel(authTokenType));
244 final Bundle result = AbstractAccountAuthenticator.this.getAuthToken(
271 final Bundle result = AbstractAccountAuthenticator
[all...]

Completed in 56 milliseconds