Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java81 public void preloadDrawableForType(final Context context, final String accountType) { in preloadDrawableForType()
97 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
128 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
150 public String getPackageForType(final String accountType) { in getPackageForType()
164 public int getLabelIdForType(final String accountType) { in getLabelIdForType()
184 public boolean containsAccountType(String accountType) { in containsAccountType()
188 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
192 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
/aosp_15_r20/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl39 Account[] getAccountsAsUser(String accountType, int userId, String opPackageName); in getAccountsAsUser()
42 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
44 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
52 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken()
63 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
66 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
71 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
76 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
87 void startAddAccountSession(in IAccountManagerResponse response, String accountType, in startAddAccountSession()
117 Map getAccountsAndVisibilityForPackage(in String packageName, in String accountType); in getAccountsAndVisibilityForPackage()
H A DAbstractAccountAuthenticator.java151 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
300 String accountType) throws RemoteException { in editProperties()
389 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
463 String accountType, in finishSession()
557 String accountType); in editProperties()
581 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
809 final String accountType, in startAddAccountSession()
920 final String accountType, in finishSession()
H A DIAccountAuthenticator.aidl33 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
72 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
110 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
126 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession()
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java33 public final String accountType; field in SyncAdapterType
47 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
67 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
91 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType()
177 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java120 public final AccountType getAccountType(String accountType, String dataSet) { in getAccountType()
318 AuthenticatorDescription[] auths, String accountType) { in findAuthenticator()
442 AccountType accountType; in loadAccountsInBackground() local
479 ExternalAccountType accountType = new ExternalAccountType(mContext, extensionPackage, true); in loadAccountsInBackground() local
588 AccountType accountType, in addAccountType()
591 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType() local
714 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes() local
DContactLoader.java158 final String accountType = json.getString(RawContacts.ACCOUNT_TYPE); in loadEncodedContactEntity() local
569 final String accountType = cursor.getString(DirectoryQuery.ACCOUNT_TYPE); in loadDirectoryMetaData() local
601 final String accountType = rawContact.getAccountTypeString(); in loadGroupMetaData() local
637 final String accountType = cursor.getString(GroupQuery.ACCOUNT_TYPE); in loadGroupMetaData() local
726 final AccountType accountType = rawContact.getAccountType(context); in postViewNotificationToSyncAdapter() local
982 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A 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()
H A DTestAccountType1Authenticator.java38 public TestAccountType1Authenticator(Context context, String accountType) { in TestAccountType1Authenticator()
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
60 String accountType, in addAccount()
260 String accountType, in startAddAccountSession()
374 String accountType, in finishSession()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java112 RawContactDelta state, AccountType accountType, String mimeType) { in ensureKindExists()
378 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in trimEmpty() local
397 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in hasChanges() local
413 public static void trimEmpty(RawContactDelta state, AccountType accountType) { in trimEmpty()
452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges()
517 public static void parseExtras(Context context, AccountType accountType, RawContactDelta state, in parseExtras()
592 Context context, AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredNameExtra()
652 AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredPostalExtra()
678 RawContactDelta state, AccountType accountType, in parseValues()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java46 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount()
48 AccountType getAccountType(String accountType); in getAccountType()
72 public int classifyAccount(String accountType) { in classifyAccount()
87 public AccountType getAccountType(String accountType) { in getAccountType()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilter.java66 public final String accountType; field in ContactListFilter
72 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet, in ContactListFilter()
85 public static ContactListFilter createAccountFilter(String accountType, String accountName, in createAccountFilter()
91 public static ContactListFilter createGroupMembersFilter(String accountType, String accountName, in createGroupMembersFilter()
276 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java526 String accountType) { in getAccountsAndVisibilityForPackage()
1102 int userId, String accountType, @NonNull String useCase) { in sendAccountsChangedBroadcast()
1311 final String accountType = cur.getKey(); in validateAccountsInternal() local
2001 String callerPackage, String accountType, in logAddAccountExplicitlyMetrics()
2627 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken()
2664 …te List<Pair<Account, String>> invalidateAuthTokenLocked(UserAccounts accounts, String accountType, in invalidateAuthTokenLocked()
2996 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel()
3011 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() argument
3289 private void logGetAuthTokenMetrics(final String callerPackage, String accountType) { in logGetAuthTokenMetrics()
3420 public void addAccount(final IAccountManagerResponse response, final String accountType, in addAccount()
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountPreferenceController.java138 final String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated() local
242 Drawable getDrawableForType(final String accountType) { in getDrawableForType()
271 CharSequence getLabelForType(final String accountType) { in getLabelForType()
288 private void finishWithAccountType(String accountType) { in finishWithAccountType()
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java556 final AccountType accountType = getAccountType(); in testTrimInsertEmpty() local
585 final AccountType accountType = getAccountType(); in testTrimInsertInsert() local
621 final AccountType accountType = getAccountType(); in testTrimUpdateRemain() local
699 final AccountType accountType = getAccountType(); in testTrimUpdateUpdate() local
759 final AccountType accountType = getAccountType(); in testParseExtrasExistingName() local
778 final AccountType accountType = getAccountType(); in testParseExtrasIgnoreLimit() local
801 final AccountType accountType = getAccountType(); in testParseExtrasIgnoreUnhandled() local
814 final AccountType accountType = getAccountType(); in testParseExtrasJobTitle() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/databasepopulator/
DAutoValue_ContactsPopulator_Contact.java12 private final String accountType; field in AutoValue_ContactsPopulator_Contact
31 String accountType, in AutoValue_ContactsPopulator_Contact()
151 private String accountType; field in AutoValue_ContactsPopulator_Contact.Builder
163 ContactsPopulator.Contact.Builder setAccountType(String accountType) { in setAccountType()
/aosp_15_r20/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
H A DTestAppAccountAuthenticator.java56 private Bundle createResultBundle(String accountType) { in createResultBundle()
60 private Bundle createResultBundle(String accountType, String name) { in createResultBundle()
69 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
90 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListFilter.java67 public final String accountType; field in ContactListFilter
74 int filterType, String accountType, String accountName, String dataSet, Drawable icon) { in ContactListFilter()
87 String accountType, String accountName, String dataSet, Drawable icon) { in createAccountFilter()
134 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/aosp_15_r20/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
H A DTestAccountAuthenticator.java46 public TestAccountAuthenticator(Context context, String accountType) { in TestAccountAuthenticator()
53 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 String accountType, in addAccount()
312 String accountType, in startAddAccountSession()
H A DTestDefaultAuthenticator.java38 public TestDefaultAuthenticator(Context context, String accountType) { in TestDefaultAuthenticator()
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
53 String accountType, in addAccount()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeWithDataSet.java40 public final String accountType; field in AccountTypeWithDataSet
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
50 public static AccountTypeWithDataSet get(String accountType, String dataSet) { in get()
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java39 public final String accountType; field in AccountTypeWithDataSet
44 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
49 public static AccountTypeWithDataSet get(String accountType, String dataSet) { in get()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAddAccountWithTypeActivity.java106 String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onCreate() local
125 String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
138 private void startAddAccount(String accountType) { in startAddAccount()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountTypesHelper.java107 String accountType = authenticatorDescription.type; in updateAuthorizedAccountTypes() local
167 public CharSequence getLabelForType(String accountType) { in getLabelForType()
178 public Drawable getDrawableForType(String accountType) { in getDrawableForType()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DFakeContactsProvider.java80 String accountType, in FakeRawContact()
254 String accountType, in addContact()
313 String accountType = values.getAsString(ContactsContract.RawContacts.ACCOUNT_TYPE); in insert() local
396 String accountType = uri.getQueryParameter(RawContacts.ACCOUNT_TYPE); in delete() local
426 String accountType = selectionArgs[0]; in delete() local

12345678910>>...21