Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1128 String account1 = "ceq1_account"; in testCalendarEntityQuery() local
1134 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testCalendarEntityQuery()
1139 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testCalendarEntityQuery()
1161 removeAndVerifyCalendar(account1, calendarId1); in testCalendarEntityQuery()
2774 String account1 = "roid1_account"; in testOutOfOrderRecurrenceExceptions() local
2780 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testOutOfOrderRecurrenceExceptions()
2784 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testOutOfOrderRecurrenceExceptions()
2789 ContentValues recurEventValues = EventHelper.getNewRecurringEventValues(account1, seed++, in testOutOfOrderRecurrenceExceptions()
2804 expandInstanceRange(account1, calendarId1, testStart, testEnd, timeZone); in testOutOfOrderRecurrenceExceptions()
2857 long beforeEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions()
[all …]