Home
last modified time | relevance | path

Searched defs:ALARM_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java205 registerService(Context.ALARM_SERVICE, AlarmManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3240 public static final String ALARM_SERVICE = "alarm"; field in Context