Searched defs:notification (Results 1 - 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DForegroundService.java83 void startForegroundCompat(int id, Notification notification) { argument
87 mStartForegroundArgs[1] = notification;
95 mNM.notify(id, notification);
141 // Make sure our notification is gone.
166 // In this sample, we'll use the same text for the ticker and the expanded notification
170 Notification notification = new Notification(R.drawable.stat_sample, text,
173 // The PendingIntent to launch our activity if the user selects this notification
177 // Set the info for the views that show in the notification panel.
178 notification.setLatestEventInfo(this, getText(R.string.local_service_label),
181 startForegroundCompat(R.string.foreground_service_started, notification);
[all...]
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...

Completed in 416 milliseconds