Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncAdapterType.java29 public final String accountType; field in SyncAdapterType
34 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
49 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType()
79 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
DSyncAdaptersCache.java51 final String accountType = in parseServiceAttributes() local
76 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
DSyncStateContentProviderHelper.java198 final String accountType = c.getString(1); in onAccountsChanged() local
DSyncStorageEngine.java1104 String accountType = parser.getAttributeValue( in readAccountInfoLocked() local
1272 String accountType = hasType in readLegacyAccountInfoLocked() local
DAbstractSyncableContentProvider.java692 String accountType = c.getString(1); in deleteRowsForRemovedAccounts() local
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl33 Account[] getAccounts(String accountType); in getAccounts()
34 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures()
37 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken()
47 void addAcount(in IAccountManagerResponse response, String accountType, in addAcount()
52 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
DAbstractAccountAuthenticator.java113 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
205 String accountType) throws RemoteException { in editProperties()
284 String accountType); in editProperties()
307 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
DAccountAuthenticatorCache.java54 final String accountType = in parseServiceAttributes() local
DAccountManagerService.java240 final String accountType = cursor.getString(1); in onServiceChanged() local
335 public Account[] getAccountsByType(String accountType) { in getAccountsByType()
478 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken()
495 private void invalidateAuthToken(SQLiteDatabase db, String accountType, String authToken) { in invalidateAuthToken()
855 public void addAcount(final IAccountManagerResponse response, final String accountType, in addAcount()
861 new Session(response, accountType, expectActivityLaunch) { in addAcount() argument
923 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties()
928 new Session(response, accountType, expectActivityLaunch) { in editProperties() argument
1092 public Session(IAccountManagerResponse response, String accountType, in Session()
1216 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in onResult() local
[all …]
/frameworks/base/core/java/com/android/internal/content/
DSyncStateContentProviderHelper.java111 final String accountType = c.getString(1); in onAccountsChanged() local