Searched refs:notif (Results 1 – 3 of 3) sorted by relevance
223 Notification notif = new Notification(); in setMoodView() local226 notif.contentIntent = makeMoodIntent(moodId); in setMoodView()230 notif.tickerText = text; in setMoodView()233 notif.icon = moodId; in setMoodView()239 notif.contentView = contentView; in setMoodView()243 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); in setMoodView()
64 Notification notif = preset.buildNotification(this); in updateNotification() local66 .notify(SAMPLE_NOTIFICATION_ID, notif); in updateNotification()
106 Notification notif = new Notification.Builder(this) in showTimerDoneNotification() local116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif); in showTimerDoneNotification()