Searched refs:account2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1128 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 …]
|