Home
last modified time | relevance | path

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

/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.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.java64 final String accountType = in parseServiceAttributes() local
150 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl33 Account[] getAccounts(String accountType, String opPackageName); in getAccounts()
36 Account[] getAccountsAsUser(String accountType, int userId, String opPackageName); in getAccountsAsUser()
39 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
49 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken()
60 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
63 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
68 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
73 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
87 void startAddAccountSession(in IAccountManagerResponse response, String accountType, in startAddAccountSession()
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
91 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
105 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession()
DAbstractAccountAuthenticator.java157 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
293 String accountType) throws RemoteException { in editProperties()
372 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
442 String accountType, in finishSession()
541 String accountType); in editProperties()
563 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
790 final String accountType, in startAddAccountSession()
903 final String accountType, in finishSession()
DChooseTypeAndAccountActivity.java306 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
316 String accountType = null; in onActivityResult() local
411 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
DChooseAccountActivity.java97 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
DAccountManager.java580 final String accountType, final String authTokenType, in getAuthTokenLabel()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java61 final String accountType = in parseServiceAttributes() local
DAccountManagerService.java528 final String accountType = cursor.getString(1); in validateAccountsInternal() local
565 final String accountType = cur.getKey(); in validateAccountsInternal() local
1705 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken()
1736 String accountType, in invalidateCustomTokenLocked()
1746 String accountType, String authToken) { in invalidateAuthTokenLocked()
2080 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel()
2095 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() argument
2452 public void addAccount(final IAccountManagerResponse response, final String accountType, in addAccount()
2502 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument
2527 public void addAccountAsUser(final IAccountManagerResponse response, final String accountType, in addAccountAsUser()
[all …]
DTokenCache.java156 public void evict(String accountType, String token) { in evict()
208 public void remove(String accountType, String token) { in remove()
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java282 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreFromJsonArray() local
399 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreExistingAccountSyncSettingsFromJSON() local
/frameworks/base/core/java/android/os/
DIUserManager.aidl77 in String accountType, in PersistableBundle accountOptions, boolean persist); in setSeedAccountData()
82 boolean someUserHasSeedAccount(in String accountName, in String accountType); in someUserHasSeedAccount()
DUserManager.java1356 @Nullable String accountType, @Nullable PersistableBundle accountOptions) { in createUserCreationIntent()
1432 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData()
2133 public boolean someUserHasSeedAccount(String accountName, String accountType) { in someUserHasSeedAccount()
/frameworks/ex/common/java/com/android/common/content/
DSyncStateContentProviderHelper.java118 final String accountType = c.getString(1); in onAccountsChanged() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java239 String accountName, accountType; in maybeCreateFromJobExtras() local
DSyncStorageEngine.java1631 String accountType = parser.getAttributeValue(null, "type"); in parseAuthority() local
1886 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked() local
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java103 public String accountType; field in BaseEmailAddressAdapter.DirectoryPartition
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtils.java336 String accountType, int userId) { in checkIfAccountManagementDisabled()
/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.java2979 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData()
3043 public boolean someUserHasSeedAccount(String accountName, String accountType) in someUserHasSeedAccount()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl200 …void setAccountManagementDisabled(in ComponentName who, in String accountType, in boolean disabled… in setAccountManagementDisabled()
DDevicePolicyManager.java5169 public void setAccountManagementDisabled(@NonNull ComponentName admin, String accountType, in setAccountManagementDisabled()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7486 public void setAccountManagementDisabled(ComponentName who, String accountType, in setAccountManagementDisabled()