Searched refs:AbstractAccountAuthenticator (Results 1 – 13 of 13) sorted by relevance
106 public abstract class AbstractAccountAuthenticator { class147 public AbstractAccountAuthenticator(Context context) { in AbstractAccountAuthenticator() method in AbstractAccountAuthenticator165 final Bundle result = AbstractAccountAuthenticator.this.addAccount( in addAccount()251 final Bundle result = AbstractAccountAuthenticator.this.getAuthToken( in getAuthToken()280 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials( in updateCredentials()307 final Bundle result = AbstractAccountAuthenticator.this.editProperties( in editProperties()324 final Bundle result = AbstractAccountAuthenticator.this.hasFeatures( in hasFeatures()378 AbstractAccountAuthenticator.this.addAccountFromCredentials( in addAccountFromCredentials()437 final Bundle result = AbstractAccountAuthenticator.this in startUpdateCredentialsSession()474 final Bundle result = AbstractAccountAuthenticator.this.finishSession( in finishSession()[all …]
18 import android.accounts.AbstractAccountAuthenticator;50 public class Authenticator extends AbstractAccountAuthenticator {
18 import android.accounts.AbstractAccountAuthenticator;34 public class TestAccountType2Authenticator extends AbstractAccountAuthenticator {
18 import android.accounts.AbstractAccountAuthenticator;32 public class TestAccountType1Authenticator extends AbstractAccountAuthenticator {159 AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, in getAuthToken()169 AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, in getAuthToken()
35 import android.accounts.AbstractAccountAuthenticator;1794 assertEquals(result.getLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY), in testGetAuthTokenSuccess()1843 assertEquals(result.getLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY), in assertGetTokenResponse()
20 import android.accounts.AbstractAccountAuthenticator;3071 result.putLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, in getAuthToken()3145 AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, 0L); in getAuthToken()
310 Landroid/accounts/AbstractAccountAuthenticator$Transport;->editProperties(Landroid/accounts/IAccoun…311 Landroid/accounts/AbstractAccountAuthenticator$Transport;->finishSession(Landroid/accounts/IAccount…315 Landroid/accounts/AbstractAccountAuthenticator$Transport;->getAuthTokenLabel(Landroid/accounts/IAcc…321 Landroid/accounts/AbstractAccountAuthenticator;->checkBinderPermission()V323 Landroid/accounts/AbstractAccountAuthenticator;->KEY_ACCOUNT:Ljava/lang/String;324 Landroid/accounts/AbstractAccountAuthenticator;->KEY_AUTH_TOKEN_TYPE:Ljava/lang/String;325 Landroid/accounts/AbstractAccountAuthenticator;->KEY_OPTIONS:Ljava/lang/String;326 Landroid/accounts/AbstractAccountAuthenticator;->KEY_REQUIRED_FEATURES:Ljava/lang/String;327 Landroid/accounts/AbstractAccountAuthenticator;->mContext:Landroid/content/Context;328 Landroid/accounts/AbstractAccountAuthenticator;->mTransport:Landroid/accounts/AbstractAccountAuthen…[all …]
36 android.accounts.AbstractAccountAuthenticator$Transport37 android.accounts.AbstractAccountAuthenticator
22816 Landroid/accounts/AbstractAccountAuthenticator$Transport;22817 Landroid/accounts/AbstractAccountAuthenticator;
32919 Landroid/accounts/AbstractAccountAuthenticator$Transport;32920 Landroid/accounts/AbstractAccountAuthenticator;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3644 public abstract class AbstractAccountAuthenticator {3645 ctor public AbstractAccountAuthenticator(android.content.Context);