Searched refs:account1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1128 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 …]
|
/cts/tests/tests/content/src/android/content/cts/ |
D | DeferSyncTest.java | 191 try (Utils.ClosableAccount account1 = withAccount(activity.getActivity())) { in onNewAccountForEachAccount() argument
|