/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
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 33 Account[] getAccounts(String accountType); in getAccounts() 36 Account[] getAccountsAsUser(String accountType, int userId); in getAccountsAsUser() 38 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures() 41 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken() 52 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount() 57 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() 61 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
|
D | IAccountAuthenticator.aidl | 31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount() 60 void editProperties(in IAccountAuthenticatorResponse 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() 368 String accountType); in editProperties() 390 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
|
D | ChooseTypeAndAccountActivity.java | 323 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local 333 String accountType = null; in onActivityResult() local 417 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
|
D | ChooseAccountActivity.java | 97 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
|
D | AccountManager.java | 484 final String accountType, final String authTokenType, in getAuthTokenLabel()
|
/frameworks/base/services/java/com/android/server/accounts/ |
D | AccountAuthenticatorCache.java | 61 final String accountType = in parseServiceAttributes() local
|
D | AccountManagerService.java | 380 final String accountType = cursor.getString(1); in validateAccountsInternal() local 402 final String accountType = cur.getKey(); in validateAccountsInternal() local 966 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken() 994 String accountType, String authToken) { in invalidateAuthTokenLocked() 1239 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel() 1253 new Session(accounts, response, accountType, false, in getAuthTokenLabel() argument 1497 public void addAccount(final IAccountManagerResponse response, final String accountType, in addAccount() 1540 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument 1647 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() 1662 new Session(accounts, response, accountType, expectActivityLaunch, in editProperties() argument [all …]
|
/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 | 111 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams
|
/frameworks/base/services/java/com/android/server/content/ |
D | SyncStorageEngine.java | 1872 String accountType = parser.getAttributeValue(null, "type"); in parseAuthority() local 2125 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked() local
|