Searched refs:CalendarQueryService (Results 1 – 2 of 2) sorted by relevance
72 public class CalendarQueryService extends IntentService class91 public CalendarQueryService() { in CalendarQueryService() method in CalendarQueryService92 super(CalendarQueryService.class.getSimpleName()); in CalendarQueryService()
187 startService(new Intent(this, CalendarQueryService.class)); in pushCalendarToWear()