Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncAdapterType.java29 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()
DSyncAdaptersCache.java53 final String accountType = in parseServiceAttributes() local
88 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl33 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()
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
DAbstractAccountAuthenticator.java118 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()
DChooseTypeAndAccountActivity.java323 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()
DChooseAccountActivity.java97 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
DAccountManager.java484 final String accountType, final String authTokenType, in getAuthTokenLabel()
/frameworks/base/services/java/com/android/server/accounts/
DAccountAuthenticatorCache.java61 final String accountType = in parseServiceAttributes() local
DAccountManagerService.java380 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/
DSyncStateContentProviderHelper.java118 final String accountType = c.getString(1); in onAccountsChanged() local
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java103 public String accountType; field in BaseEmailAddressAdapter.DirectoryPartition
/frameworks/ex/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java111 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams
/frameworks/base/services/java/com/android/server/content/
DSyncStorageEngine.java1872 String accountType = parser.getAttributeValue(null, "type"); in parseAuthority() local
2125 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked() local