Home
last modified time | relevance | path

Searched defs:account2 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java391 final AccountWithDataSet account2 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
417 ), account2); in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1017 PhoneAccount account2 = new PhoneAccount.Builder( in testSortBySortOrder() local
1056 PhoneAccount account2 = new PhoneAccount.Builder(makeQuickAccountHandle(componentB, "b"), in testSortByLabel() local
1112 PhoneAccount account2 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local
1263 PhoneAccount account2 = builder.build(); in testPhoneAccountEquality() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java656 accounts.sort((account1, account2) -> { in sortSimPhoneAccountsForEmergency() argument
DPhoneAccountRegistrar.java1448 private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) { in getAccountDiffString()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1292 Account account2 = new Account("act2", "actype2"); in testContactEntitiesWithIdBasedUri() local
1314 Account account2 = new Account("act2", "actype2"); in testContactEntitiesWithLookupUri() local
1544 Account account2 = new Account("c", "d"); in testRawContactDataQuery() local
4173 Account account2 = new Account("c", "d"); in testGroupQuery() local
4248 final Account account2 = new Account("accountName2", "accountType2"); in testGroupDelete_byAccountSelection() local
4276 final Account account2 = new Account("accountName2", "accountType2"); in testGroupDelete_byAccountParam() local
4307 final Account account2 = new Account("accountName2", "accountType2"); in testGroupSummaryQuery() local
4429 Account account2 = new Account("c", "d"); in testSettingsQuery() local
4454 AccountWithDataSet account2 = new AccountWithDataSet("c", "d", "plus"); in testSettingsInsertionPreventsDuplicates() local
4495 Account account2 = new Account("c", "d"); in testSettingsUpdate() local
[all …]