| /frameworks/base/core/java/android/content/ |
| D | SyncAdapterType.java | 29 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()
|
| D | SyncAdaptersCache.java | 51 final String accountType = in parseServiceAttributes() local 76 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
|
| D | SyncStateContentProviderHelper.java | 198 final String accountType = c.getString(1); in onAccountsChanged() local
|
| D | SyncStorageEngine.java | 1104 String accountType = parser.getAttributeValue( in readAccountInfoLocked() local 1272 String accountType = hasType in readLegacyAccountInfoLocked() local
|
| D | AbstractSyncableContentProvider.java | 692 String accountType = c.getString(1); in deleteRowsForRemovedAccounts() local
|
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountManager.aidl | 33 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()
|
| D | AbstractAccountAuthenticator.java | 113 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()
|
| D | IAccountAuthenticator.aidl | 31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount() 60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
|
| D | AccountAuthenticatorCache.java | 54 final String accountType = in parseServiceAttributes() local
|
| D | AccountManagerService.java | 240 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/ |
| D | SyncStateContentProviderHelper.java | 111 final String accountType = c.getString(1); in onAccountsChanged() local
|