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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java49 public class NotificationService extends IntentService { class in inherits:IntentService
51 private static final String TAG = "NotificationService";
58 public NotificationService() { method in class:NotificationService
62 public NotificationService(String name) { method in class:NotificationService
68 intent.setComponent(new ComponentName(context, NotificationService.class));
/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java63 public class NotificationService extends Service implements Recommender.Listener, class in inherits:Service,Recommender.Listener,OnCurrentChannelChangeListener
65 private static final String TAG = "NotificationService";
122 public NotificationService() { method in class:NotificationService
176 mRecommender = new Recommender(NotificationService.this, NotificationService.this, true);
408 private static ImageLoader.ImageLoaderCallback<NotificationService> createChannelLogoCallback(
409 NotificationService service, final int notificationId, final String inputDisplayName,
411 return new ImageLoader.ImageLoaderCallback<NotificationService>(service) {
413 public void onBitmapLoaded(NotificationService service, Bitmap channelLogo) {
519 private static class NotificationHandler extends WeakHandler<NotificationService> {
[all...]

Completed in 80 milliseconds