Searched defs:notification (Results 1 – 9 of 9) sorted by relevance
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| D | StatusBarNotifications.java | 201 Notification notification = new Notification(moodId, tickerText, in setMood() local 251 final Notification notification = new Notification( in setDefault() local
|
| D | ForegroundService.java | 83 void startForegroundCompat(int id, Notification notification) { in startForegroundCompat() 170 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 | NotifyingService.java | 102 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); in showNotification() local
|
| D | LocalService.java | 105 Notification notification = new Notification(R.drawable.stat_sample, text, 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 | 187 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
|
| /development/samples/KeyChainDemo/src/com/example/android/keychain/ |
| D | SecureWebServerService.java | 78 Notification notification = new Notification.Builder(this). in createNotification() local
|