Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java79 public void preloadDrawableForType(final Context context, final String accountType) { in preloadDrawableForType()
95 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
127 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
149 public String getPackageForType(final String accountType) { in getPackageForType()
163 public int getLabelIdForType(final String accountType) { in getLabelIdForType()
183 public boolean containsAccountType(String accountType) { in containsAccountType()
187 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
191 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
/frameworks/base/core/java/android/content/
DSyncAdapterType.java32 public final String accountType; field in SyncAdapterType
46 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
66 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
90 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType()
175 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
DSyncAdaptersCache.java67 final String accountType = in parseServiceAttributes() local
153 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java40 public TestAccountType2Authenticator(Context context, String accountType) { in TestAccountType2Authenticator()
47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
55 String accountType, in addAccount()
110 String accountType, in startAddAccountSession()
132 String accountType, in finishSession()
DTestAccountType1Authenticator.java40 public TestAccountType1Authenticator(Context context, String accountType) { in TestAccountType1Authenticator()
47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
62 String accountType, in addAccount()
262 String accountType, in startAddAccountSession()
373 String accountType, in finishSession()
DAccountManagerServiceTest.java2430 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndNoAccount() local
2448 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneVisibleAccount() local
2511 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoAccount() local
2531 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoQualifiedAccount() local
2552 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedAccount() local
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl37 Account[] getAccounts(String accountType, String opPackageName); in getAccounts()
40 Account[] getAccountsAsUser(String accountType, int userId, String opPackageName); in getAccountsAsUser()
43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
55 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken()
66 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
69 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
74 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
79 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
93 void startAddAccountSession(in IAccountManagerResponse response, String accountType, in startAddAccountSession()
[all …]
DIAccountAuthenticator.aidl32 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
99 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
113 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession()
DAbstractAccountAuthenticator.java156 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
295 String accountType) throws RemoteException { in editProperties()
374 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
444 String accountType, in finishSession()
543 String accountType); in editProperties()
567 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
795 final String accountType, in startAddAccountSession()
906 final String accountType, in finishSession()
DChooseTypeAndAccountActivity.java334 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
344 String accountType = null; in onActivityResult() local
441 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
DChooseAccountActivity.java126 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
DAccountManager.java726 final String accountType, final String authTokenType, in getAuthTokenLabel()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java62 final String accountType = in parseServiceAttributes() local
DTokenCache.java157 public void evict(String accountType, String token) { in evict()
209 public void remove(String accountType, String token) { in remove()
DAccountManagerService.java491 String accountType) { in getAccountsAndVisibilityForPackage()
1234 final String accountType = cur.getKey(); in validateAccountsInternal() local
2370 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken()
2407 …te List<Pair<Account, String>> invalidateAuthTokenLocked(UserAccounts accounts, String accountType, in invalidateAuthTokenLocked()
2725 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel()
2740 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() argument
3115 public void addAccount(final IAccountManagerResponse response, final String accountType, in addAccount()
3166 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument
3188 public void addAccountAsUser(final IAccountManagerResponse response, final String accountType, in addAccountAsUser()
3247 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() argument
[all …]
DAccountsDb.java332 Cursor findAuthtokenForAllAccounts(String accountType, String authToken) { in findAuthtokenForAllAccounts()
825 final String accountType = cursor.getString(1); in findAllDeAccounts() local
1014 String accountType = cursor.getString(3); in findAllVisibilityValues() local
1258 String accountType = cursor.getString(1); in findCeAccountsNotInDe() local
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java288 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreFromJsonArray() local
408 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreExistingAccountSyncSettingsFromJSON() local
/frameworks/ex/common/java/com/android/common/content/
DSyncStateContentProviderHelper.java118 final String accountType = c.getString(1); in onAccountsChanged() local
/frameworks/base/core/java/android/os/
DIUserManager.aidl87 in String accountType, in PersistableBundle accountOptions, boolean persist); in setSeedAccountData()
92 boolean someUserHasSeedAccount(in String accountName, in String accountType); in someUserHasSeedAccount()
DUserManager.java2167 @Nullable String accountType, @Nullable PersistableBundle accountOptions) { in createUserCreationIntent()
2245 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData()
3139 public boolean someUserHasSeedAccount(String accountName, String accountType) { in someUserHasSeedAccount()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java251 String accountName, accountType; in maybeCreateFromJobExtras() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java365 String accountType, int userId) { in checkIfAccountManagementDisabled()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java103 public String accountType; field in BaseEmailAddressAdapter.DirectoryPartition
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java112 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3554 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData()
3618 public boolean someUserHasSeedAccount(String accountName, String accountType) in someUserHasSeedAccount()

12