/frameworks/base/core/java/android/content/ |
D | SyncAdapterType.java | 29 public final String accountType; field in SyncAdapterType 37 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() 56 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() 77 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType() 151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
|
D | SyncAdaptersCache.java | 53 final String accountType = in parseServiceAttributes() local 88 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
|
D | SyncStorageEngine.java | 1549 String accountType = parser.getAttributeValue(null, "type"); in parseAuthority() local 1784 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked() local
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 33 Account[] getAccounts(String accountType); in getAccounts() 35 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures() 38 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken() 48 void addAcount(in IAccountManagerResponse response, String accountType, in addAcount() 53 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
|
D | AbstractAccountAuthenticator.java | 118 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 238 String accountType) throws RemoteException { in editProperties() 336 String accountType); in editProperties() 358 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 | ChooseTypeAndAccountActivity.java | 274 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local 284 String accountType = null; in onActivityResult() local 362 String accountType) { in getDrawableForType() 390 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
|
D | AccountAuthenticatorCache.java | 57 final String accountType = in parseServiceAttributes() local
|
D | AccountManagerService.java | 258 final String accountType = cursor.getString(1); in validateAccountsAndPopulateCache() local 280 final String accountType = cur.getKey(); in validateAccountsAndPopulateCache() local 612 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken() 638 … private void invalidateAuthTokenLocked(SQLiteDatabase db, String accountType, String authToken) { in invalidateAuthTokenLocked() 1048 String getAccountLabel(String accountType) { in getAccountLabel() 1117 public void addAcount(final IAccountManagerResponse response, final String accountType, in addAcount() 1141 new Session(response, accountType, expectActivityLaunch, in addAcount() argument 1226 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() 1240 new Session(response, accountType, expectActivityLaunch, in editProperties() argument 1438 public Session(IAccountManagerResponse response, String accountType, in Session() [all …]
|
D | ChooseAccountActivity.java | 97 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
|
/frameworks/ex/common/java/com/android/common/content/ |
D | SyncStateContentProviderHelper.java | 118 final String accountType = c.getString(1); in onAccountsChanged() local
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 103 public String accountType; field in BaseEmailAddressAdapter.DirectoryPartition
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | BaseRecipientAdapter.java | 108 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams
|