Home
last modified time | relevance | path

Searched refs:account2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java1128 String account2 = "ceq2_account"; in testCalendarEntityQuery() local
1134 CalendarHelper.deleteCalendarByAccount(mContentResolver, account2); in testCalendarEntityQuery()
1139 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testCalendarEntityQuery()
1161 removeAndVerifyCalendar(account2, calendarId2); in testCalendarEntityQuery()
1519 String account2 = "colw2_account"; in testColorWriteRequirements() local
1522 Uri uri2 = asSyncAdapter(Colors.CONTENT_URI, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1526 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1577 colorValues.put(Colors.ACCOUNT_NAME, account2); in testColorWriteRequirements()
1596 c = ColorHelper.findColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1602 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DDeferSyncTest.java192 try (Utils.ClosableAccount account2 = withAccount(activity.getActivity())) { in onNewAccountForEachAccount() argument
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java624 PhoneAccount account2 = new PhoneAccount.Builder( in testGetCallCapablePhoneAccountsAcrossProfiles() local
631 mTelecomManager.registerPhoneAccount(account2); in testGetCallCapablePhoneAccountsAcrossProfiles()