HomeSort by relevance Sort by last modified time
    Searched defs:NotificationService (Results 1 - 2 of 2) sorted by null

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 49 public class NotificationService extends IntentService {
51 private static final String TAG = "NotificationService";
58 public NotificationService() {
62 public NotificationService(String name) {
68 intent.setComponent(new ComponentName(context, NotificationService.class));
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 60 public class NotificationService extends Service
62 private static final String TAG = "NotificationService";
119 public NotificationService() {
173 mRecommender = new Recommender(NotificationService.this, NotificationService.this, true);
473 private static ImageLoader.ImageLoaderCallback<NotificationService> createChannelLogoCallback(
474 NotificationService service,
479 return new ImageLoader.ImageLoaderCallback<NotificationService>(service) {
481 public void onBitmapLoaded(NotificationService service, Bitmap channelLogo) {
549 private static class NotificationHandler extends WeakHandler<NotificationService> {
    [all...]

Completed in 67 milliseconds