Home
last modified time | relevance | path

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

1234

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DBluetoothFavoriteContactsLiveData.java46 @ApplicationContext Context context, @Assisted @Nullable String accountName) { in BluetoothFavoriteContactsLiveData()
74 private static QueryParam getFavoriteQueryParam(String accountName) { in getFavoriteQueryParam()
103 BluetoothFavoriteContactsLiveData create(@Nullable String accountName); in create()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/testdata/
H A DContactDataHandler.java58 public void addContactsAsync(String file, String accountName, String accountType) { in addContactsAsync()
67 public void addContactsAsync(List<ContactRawData> list, String accountName, in addContactsAsync()
82 public void addOneContact(ContactRawData contactRawData, String accountName, in addOneContact()
150 public void removeAddedContactsAsync(String accountName, String accountType) { in removeAddedContactsAsync()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilter.java67 public final String accountName; 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()
275 String accountName = prefs.getString(KEY_ACCOUNT_NAME, null); in restoreFromPreferences() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListFilter.java68 public final String accountName; 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()
133 String accountName = prefs.getString(KEY_ACCOUNT_NAME, null); in restoreFromPreferences() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
H A DFactoryResetAccountsPreferenceControllerTest.java225 private void addAccountAndDescription(int profileId, String accountName) { in addAccountAndDescription()
230 private void addAccount(int profileId, String accountName) { in addAccount()
239 private void addDescription(int profileId, String accountName) { in addDescription()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DInMemoryPhoneBook.java162 public LiveData<List<Contact>> getContactsLiveDataByAccount(String accountName) { in getContactsLiveDataByAccount()
193 public Contact lookupContactByKey(String lookupKey, @Nullable String accountName) { in lookupContactByKey()
242 String accountName = cursor.getString(accountNameColumn); in onCursorLoaded() local
H A DPhoneNumber.java94 @Nullable String label, boolean isPrimary, long id, String accountName, in newInstance()
103 boolean isPrimary, long id, String accountName, String accountType, int dataVersion) { in PhoneNumber()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DAdbHelpers.java43 final String accountName = args.getString("name"); in addTestAccount() local
54 final String accountName = args.getString("name"); in removeTestAccount() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DCallHistoryLiveData.java60 public static CallHistoryLiveData newInstance(Context context, String accountName) { in newInstance()
69 String accountName) { in newInstance()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DSharedPreferenceUtil.java144 private static String buildSharedPrefsName(String accountName) { in buildSharedPrefsName()
148 public static int getNumOfDismissesforAccountSyncOff(Context context, String accountName) { in getNumOfDismissesforAccountSyncOff()
152 public static void resetNumOfDismissesForAccountSyncOff(Context context, String accountName) { in resetNumOfDismissesForAccountSyncOff()
161 public static void incNumOfDismissesForAccountSyncOff(Context context, String accountName) { in incNumOfDismissesForAccountSyncOff()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java38 public AccountWithDataSet(String accountName, String accountType, String dataSet) { in AccountWithDataSet()
48 public static AccountWithDataSet get(String accountName, String accountType, String dataSet) { in get()
H A DContactLookupKey.java57 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode()
66 String accountName, long rawContactId, String sourceId, in appendToLookupKey()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java69 String accountName = null; in addAccount() local
270 String accountName = null; in startAddAccountSession() local
327 String accountName = null; in startUpdateCredentialsSession() local
380 String accountName = null; in finishSession() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncActivity.java39 String accountName = getIntent().getStringExtra(EXTRA_ACCOUNT); in createSettingsFragment() local
H A DRemoveAccountDialog.java88 public static RemoveAccountFragment newInstance(String accountName) { in newInstance()
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
H A DTestUtil.java55 String accountName, String accountType, String dataSet) { in maybeAddAccountWithDataSetQueryParameters()
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DUriUtils.java127 public static Uri getAccountImageUri(String accountName) { in getAccountImageUri()
138 public static Uri getAccountImageUri(String accountName, Uri changeNotifyUri) { in getAccountImageUri()
160 String accountName = uri.getAuthority() + uri.getPath(); in getAccountName() local
/aosp12/frameworks/base/test-runner/src/android/test/
H A DSyncBaseInstrumentation.java53 protected void syncProvider(Uri uri, String accountName, String authority) throws Exception { in syncProvider()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/
H A DAccountsChangedReceiverTests.java118 private void updateAccountName(String accountName) { in updateAccountName()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DPersonalizationHelper.java45 final Context context, final Locale locale, @Nullable final String accountName) { in getUserHistoryDictionary()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DGroupMetaData.java33 String accountName, in GroupMetaData()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
H A DFavoriteNumberEntity.java73 public void setAccountName(String accountName) { in setAccountName()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceTest.java76 String accountName = "Test Account"; in testAddUserWithAccount() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DProfileAggregator.java54 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey()
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java33 public GroupListItem(String accountName, String accountType, String dataSet, long groupId, in GroupListItem()

1234