Home
last modified time | relevance | path

Searched refs:account3 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1023 PhoneAccount account3 = new PhoneAccount.Builder( in testSortBySortOrder() local
1028 registerAndEnableAccount(account3); in testSortBySortOrder()
1061 PhoneAccount account3 = new PhoneAccount.Builder(makeQuickAccountHandle(componentC, "a"), in testSortByLabel() local
1068 registerAndEnableAccount(account3); in testSortByLabel()
1119 PhoneAccount account3 = new PhoneAccount.Builder(makeQuickAccountHandle( in testSortAll() local
1143 registerAndEnableAccount(account3); in testSortAll()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4430 AccountWithDataSet account3 = new AccountWithDataSet("e", "f", "plus"); in testSettingsQuery() local
4433 createSettings(account3, "1", "0"); in testSettingsQuery()
4437 .appendQueryParameter(RawContacts.ACCOUNT_NAME, account3.getAccountName()) in testSettingsQuery()
4438 .appendQueryParameter(RawContacts.ACCOUNT_TYPE, account3.getAccountType()) in testSettingsQuery()
4439 .appendQueryParameter(RawContacts.DATA_SET, account3.getDataSet()) in testSettingsQuery()
4496 Account account3 = new Account("e", "f"); in testSettingsUpdate() local
4499 createSettings(account3, "0", "0"); in testSettingsUpdate()