Searched defs:account1 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 388 final AccountWithDataSet account1 = mAccountHelper.addTestAccount( in hasMultipleAccountsWhenMultipleMatchingContactsExist() local 412 ), account1); in hasMultipleAccountsWhenMultipleMatchingContactsExist() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | PhoneAccountRegistrarTest.java | 1009 PhoneAccount account1 = new PhoneAccount.Builder( in testSortBySortOrder() local 1051 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle(componentA, "c"), in testSortByLabel() local 1103 PhoneAccount account1 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local 1262 PhoneAccount account1 = builder.build(); in testPhoneAccountEquality() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 656 accounts.sort((account1, account2) -> { in sortSimPhoneAccountsForEmergency() argument
|
D | PhoneAccountRegistrar.java | 1448 private String getAccountDiffString(PhoneAccount account1, PhoneAccount account2) { in getAccountDiffString()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1291 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithIdBasedUri() local 1313 Account account1 = new Account("act1", "actype1"); in testContactEntitiesWithLookupUri() local 1543 Account account1 = new Account("a", "b"); in testRawContactDataQuery() local 4172 Account account1 = new Account("a", "b"); in testGroupQuery() local 4247 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountSelection() local 4275 final Account account1 = new Account("accountName1", "accountType1"); in testGroupDelete_byAccountParam() local 4306 final Account account1 = new Account("accountName1", "accountType1"); in testGroupSummaryQuery() local 4428 Account account1 = new Account("a", "b"); in testSettingsQuery() local 4453 Account account1 = new Account("a", "b"); in testSettingsInsertionPreventsDuplicates() local 4494 Account account1 = new Account("a", "b"); in testSettingsUpdate() local [all …]
|