Searched refs:account2 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1129 String account2 = "ceq2_account"; in testCalendarEntityQuery() local 1135 CalendarHelper.deleteCalendarByAccount(mContentResolver, account2); in testCalendarEntityQuery() 1140 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testCalendarEntityQuery() 1162 removeAndVerifyCalendar(account2, calendarId2); in testCalendarEntityQuery() 1520 String account2 = "colw2_account"; in testColorWriteRequirements() local 1523 Uri uri2 = asSyncAdapter(Colors.CONTENT_URI, account2, CTS_TEST_TYPE); in testColorWriteRequirements() 1527 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements() 1578 colorValues.put(Colors.ACCOUNT_NAME, account2); in testColorWriteRequirements() 1597 c = ColorHelper.findColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements() 1603 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements() [all …]
|
/cts/tests/tests/content/src/android/content/cts/ |
D | DeferSyncTest.java | 192 try (Utils.ClosableAccount account2 = withAccount(activity.getActivity())) { in onNewAccountForEachAccount() argument
|