Searched refs:updateAlertNotification (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DSnoozeAlarmsService.java86 AlertService.updateAlertNotification(this);
H A DAlertActivity.java256 // Can't run updateAlertNotification in main thread
260 AlertService.updateAlertNotification(params[0]);
H A DAlertService.java226 updateAlertNotification(this);
265 static boolean updateAlertNotification(Context context) { method in class:AlertService
273 Log.d(TAG, "Beginning updateAlertNotification");
1015 updateAlertNotification(this);
H A DAlertReceiver.java121 AlertService.updateAlertNotification(context);
140 AlertService.updateAlertNotification(context);
H A DGlobalDismissManager.java541 AlertService.updateAlertNotification(context);

Completed in 909 milliseconds