HomeSort by relevance Sort by last modified time
    Searched refs:getNotificationManager (Results 1 - 5 of 5) sorted by null

  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java 173 NotificationManager nm = getNotificationManager();
195 private NotificationManager getNotificationManager() {
205 NotificationManager nm = getNotificationManager();
AlarmReceiver.java 152 NotificationManager nm = getNotificationManager(context);
156 private NotificationManager getNotificationManager(Context context) {
162 NotificationManager nm = getNotificationManager(context);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 176 NotificationManager nm = getNotificationManager();
198 private NotificationManager getNotificationManager() {
209 NotificationManager nm = getNotificationManager();
AlarmReceiver.java 152 NotificationManager nm = getNotificationManager(context);
156 private NotificationManager getNotificationManager(Context context) {
162 NotificationManager nm = getNotificationManager(context);
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]

Completed in 1134 milliseconds