Home | History | Annotate | Download | only in timer

Lines Matching refs:notificationManager

21 import android.app.NotificationManager;
350 NotificationManager notificationManager =
351 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
352 notificationManager.notify(notificationId, notification);
412 NotificationManager notificationManager =
413 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
414 notificationManager.cancel(IN_USE_NOTIFICATION_ID);
471 ((NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE)).notify(
486 NotificationManager notificationManager =
487 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
488 notificationManager.cancel(timerObj.mTimerId);