Searched refs:notifBuidler (Results 1 – 1 of 1) sorted by relevance
201 Notification.Builder notifBuidler = new Notification.Builder(this) // the context to use in setMood() local210 notifBuidler.setTicker(getString(textId)); in setMood()215 mNotificationManager.notify(MOOD_NOTIFICATIONS, notifBuidler.build()); in setMood()