Searched refs:account1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1127 String account1 = "ceq1_account"; in testCalendarEntityQuery() local 1133 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testCalendarEntityQuery() 1138 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testCalendarEntityQuery() 1160 removeAndVerifyCalendar(account1, calendarId1); in testCalendarEntityQuery() 2773 String account1 = "roid1_account"; in testOutOfOrderRecurrenceExceptions() local 2779 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testOutOfOrderRecurrenceExceptions() 2783 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testOutOfOrderRecurrenceExceptions() 2788 ContentValues recurEventValues = EventHelper.getNewRecurringEventValues(account1, seed++, in testOutOfOrderRecurrenceExceptions() 2803 expandInstanceRange(account1, calendarId1, testStart, testEnd, timeZone); in testOutOfOrderRecurrenceExceptions() 2856 long beforeEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions() [all …]
|