Home
last modified time | relevance | path

Searched defs:defaultAccount (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountInfo.java128 public static void sortAccounts(AccountWithDataSet defaultAccount, List<AccountInfo> accounts) { in sortAccounts()
139 private static Comparator<AccountInfo> sourceComparator(AccountWithDataSet defaultAccount) { in sourceComparator()
DAccountComparator.java28 public AccountComparator(AccountWithDataSet defaultAccount) { in AccountComparator()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java271 PhoneAccountHandle defaultAccount = in testDefaultOutgoing() local
322 PhoneAccountHandle defaultAccount = in testReplacePhoneAccountByGroup() local
367 PhoneAccountHandle defaultAccount = in testAddSameDefault() local
412 PhoneAccountHandle defaultAccount = in testAddSameGroup() local
458 PhoneAccountHandle defaultAccount = in testAddSameGroupButDifferentComponent() local
509 PhoneAccountHandle defaultAccount = in testAddSameGroupButDifferentComponent2() local
/packages/apps/Contacts/src/com/android/contacts/preference/
DDefaultAccountPreference.java77 final AccountWithDataSet defaultAccount = mPreferences.getDefaultAccount(); in getSummary() local
DContactsPreferences.java257 final AccountWithDataSet defaultAccount = getDefaultAccount(); in shouldShowAccountChangedNotification() local
386 final String defaultAccount = previousPrefs.getString(mDefaultAccountKey, null); in maybeMigrateSystemSettings() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java90 public void saveDefaultAccount(AccountWithDataSet defaultAccount) { in saveDefaultAccount()
DContactEditorFragment.java1039 AccountWithDataSet defaultAccount = mEditorUtils.getOnlyOrDefaultAccount(accounts); in selectAccountAndCreateContact() local
/packages/apps/Dialer/java/com/android/contacts/common/preference/
DContactsPreferences.java260 final String defaultAccount = previousPrefs.getString(mDefaultAccountKey, null); in maybeMigrateSystemSettings() local