Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 13 of 13) 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
DSyncStorageEngine.java1549 String accountType = parser.getAttributeValue(null, "type"); in parseAuthority() local
1784 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked() local
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl33 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()
DAbstractAccountAuthenticator.java118 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()
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
DChooseTypeAndAccountActivity.java274 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()
DAccountAuthenticatorCache.java57 final String accountType = in parseServiceAttributes() local
DAccountManagerService.java258 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 …]
DChooseAccountActivity.java97 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
/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.java108 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams