Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java201 Notification notification = new Notification(moodId, tickerText, in setMood() local
251 final Notification notification = new Notification( in setDefault() local
DForegroundService.java83 void startForegroundCompat(int id, Notification notification) { in startForegroundCompat()
170 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
DNotifyingService.java102 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); in showNotification() local
DLocalService.java105 Notification notification = new Notification(R.drawable.stat_sample, text, 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.java187 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java78 Notification notification = new Notification.Builder(this). in createNotification() local