Searched refs:calId2 (Results 1 – 1 of 1) sorted by relevance
3172 int calId2 = insertCal("Calendar2", "America/Los_Angeles"); in testDeleteCalendarsWithSelection() local3176 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() local3192 checkCalendarExists(calId2); in testDeleteCalendarsWithSelectionAndArgs()3195 new String[] { Integer.toString(calId2) }); in testDeleteCalendarsWithSelectionAndArgs()3198 checkCalendarDoesNotExists(calId2); in testDeleteCalendarsWithSelectionAndArgs()