Home
last modified time | relevance | path

Searched refs:NotificationService (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java60 public class NotificationService extends Service class
119 public NotificationService() { in NotificationService() method in NotificationService
173 mRecommender = new Recommender(NotificationService.this, NotificationService.this, true); in handleInitializeRecommender()
473 private static ImageLoader.ImageLoaderCallback<NotificationService> createChannelLogoCallback( in createChannelLogoCallback()
474 NotificationService service, in createChannelLogoCallback()
479 return new ImageLoader.ImageLoaderCallback<NotificationService>(service) { in createChannelLogoCallback()
481 public void onBitmapLoaded(NotificationService service, Bitmap channelLogo) { in createChannelLogoCallback()
549 private static class NotificationHandler extends WeakHandler<NotificationService> {
550 public NotificationHandler(@NonNull Looper looper, NotificationService ref) {
555 public void handleMessage(Message msg, @NonNull NotificationService notificationService) {
/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java33 import com.android.tv.recommendation.NotificationService;
65 Intent notificationIntent = new Intent(context, NotificationService.class); in onReceive()
66 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onReceive()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DInCallNotificationController.java117 NotificationService.ACTION_ANSWER_CALL)) in showInCallNotification()
119 NotificationService.ACTION_DECLINE_CALL)) in showInCallNotification()
150 intent.putExtra(NotificationService.EXTRA_CALL_ID, call.getDetails().getTelecomCallId()); in getIntent()
DMissedCallNotificationController.java156 NotificationService.ACTION_CALL_BACK_MISSED)); in showMissedCallNotification()
183 Intent intent = new Intent(NotificationService.ACTION_READ_ALL_MISSED, null, mContext, in getDeleteIntent()
206 intent.putExtra(NotificationService.EXTRA_CALL_ID, phoneNumberString); in getIntent()
DNotificationService.java37 public class NotificationService extends JobIntentService { class
55 context, NotificationService.class, Constants.JobIds.NOTIFICATION_SERVICE, intent); in enqueueWork()
DNotificationReceiver.java28 NotificationService.enqueueWork(context, intent); in onReceive()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivity.java46 import com.android.car.dialer.notification.NotificationService;
175 NotificationService.readAllMissedCall(this); in handleIntent()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java78 import com.android.tv.recommendation.NotificationService;
619 && params.getString(NotificationService.TUNE_PARAMS_RECOMMENDATION_TYPE) in tuneTo()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java116 import com.android.tv.recommendation.NotificationService;
823 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart()
824 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onStart()