Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java223 Notification notif = new Notification(); in setMoodView() local
226 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()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java64 Notification notif = preset.buildNotification(this); in updateNotification() local
66 .notify(SAMPLE_NOTIFICATION_ID, notif); in updateNotification()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java106 Notification notif = new Notification.Builder(this) in showTimerDoneNotification() local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif); in showTimerDoneNotification()