Searched defs:InitAlarmsService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DInitAlarmsService.java32 public class InitAlarmsService extends IntentService { class in inherits:IntentService
33 private static final String TAG = "InitAlarmsService";
42 public InitAlarmsService() { method in class:InitAlarmsService
43 super("InitAlarmsService");

Completed in 43 milliseconds