Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java728 PhoneAccount account1 = new PhoneAccount.Builder( in testSortBySortOrder() local
768 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle(componentA, "c"), in testSortByLabel() local
817 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local
973 PhoneAccount account1 = builder.build(); in testPhoneAccountEquality() local
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java386 final AccountWithDataSet account1 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
410 ), account1); 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.java1072 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithIdBasedUri() local
1094 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithLookupUri() local
1324 Account account1 = new Account("a", "b"); in testRawContactDataQuery() local
2901 Account account1 = new Account(accountName1, accountType1); in testUpdateFromMetadataEntry() local
4280 Account account1 = new Account("a", "b"); in testGroupQuery() local
4355 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountSelection() local
4383 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountParam() local
4414 final Account account1 = new Account("accountName1", "accountType1"); in testGroupSummaryQuery() local
4536 Account account1 = new Account("a", "b"); in testSettingsQuery() local
4561 Account account1 = new Account("a", "b"); in testSettingsInsertionPreventsDuplicates() local
[all …]