Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3172 int calId2 = insertCal("Calendar2", "America/Los_Angeles"); in testDeleteCalendarsWithSelection() local
3176 checkCalendarExists(calId2); in testDeleteCalendarsWithSelection()
3178 deleteMatchingCalendars(Calendars._ID + "=" + calId2, null /* selectionArgs*/); in testDeleteCalendarsWithSelection()
3181 checkCalendarDoesNotExists(calId2); in testDeleteCalendarsWithSelection()
3188 int calId2 = insertCal("Calendar2", "America/Los_Angeles"); in testDeleteCalendarsWithSelectionAndArgs() local
3192 checkCalendarExists(calId2); in testDeleteCalendarsWithSelectionAndArgs()
3195 new String[] { Integer.toString(calId2) }); in testDeleteCalendarsWithSelectionAndArgs()
3198 checkCalendarDoesNotExists(calId2); in testDeleteCalendarsWithSelectionAndArgs()