Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java168 Notification notification = new Notification(moodId, tickerText, in setMood() local
219 final Notification notification = new Notification( in setDefault() local
DForegroundService.java67 void startForegroundCompat(int id, Notification notification) { in startForegroundCompat()
160 Notification notification = new Notification(R.drawable.stat_sample, text, in handleCommand() local
DAlarmService_Service.java103 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DLocalService.java101 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DNotifyingService.java103 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); in showNotification() local
DMessengerService.java153 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DServiceStartArguments.java178 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DRemoteService.java182 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local