Searched defs:notification (Results 1 – 8 of 8) sorted by relevance
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| D | StatusBarNotifications.java | 168 Notification notification = new Notification(moodId, tickerText, in setMood() local 219 final Notification notification = new Notification( in setDefault() local
|
| D | ForegroundService.java | 67 void startForegroundCompat(int id, Notification notification) { in startForegroundCompat() 160 Notification notification = new Notification(R.drawable.stat_sample, text, in handleCommand() local
|
| D | AlarmService_Service.java | 103 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|
| D | LocalService.java | 101 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|
| D | NotifyingService.java | 103 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); in showNotification() local
|
| D | MessengerService.java | 153 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|
| D | ServiceStartArguments.java | 178 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|
| D | RemoteService.java | 182 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|