Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java734 PhoneAccount account2 = new PhoneAccount.Builder( in testSortBySortOrder() local
773 PhoneAccount account2 = new PhoneAccount.Builder(makeQuickAccountHandle(componentB, "b"), in testSortByLabel() local
824 PhoneAccount account2 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local
974 PhoneAccount account2 = builder.build(); in testPhoneAccountEquality() local
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java389 final AccountWithDataSet account2 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
415 ), account2); in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java586 accounts.sort((account1, account2) -> { in sortSimPhoneAccountsForEmergency() argument
DPhoneAccountRegistrar.java931 private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) { in getAccountDiffString()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1073 Account account2 = new Account("act2", "actype2"); in testContactEntitiesWithIdBasedUri() local
1095 Account account2 = new Account("act2", "actype2"); in testContactEntitiesWithLookupUri() local
1325 Account account2 = new Account("c", "d"); in testRawContactDataQuery() local
2934 Account account2 = new Account(accountName2, accountType2); in testUpdateFromMetadataEntry() local
4281 Account account2 = new Account("c", "d"); in testGroupQuery() local
4356 final Account account2 = new Account("accountName2", "accountType2"); in testGroupDelete_byAccountSelection() local
4384 final Account account2 = new Account("accountName2", "accountType2"); in testGroupDelete_byAccountParam() local
4415 final Account account2 = new Account("accountName2", "accountType2"); in testGroupSummaryQuery() local
4537 Account account2 = new Account("c", "d"); in testSettingsQuery() local
4562 AccountWithDataSet account2 = new AccountWithDataSet("c", "d", "plus"); in testSettingsInsertionPreventsDuplicates() local
[all …]