Searched refs:NotificationService (Results 1 – 9 of 9) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 60 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/ |
D | BootCompletedReceiver.java | 33 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/ |
D | InCallNotificationController.java | 117 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()
|
D | MissedCallNotificationController.java | 156 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()
|
D | NotificationService.java | 37 public class NotificationService extends JobIntentService { class 55 context, NotificationService.class, Constants.JobIds.NOTIFICATION_SERVICE, intent); in enqueueWork()
|
D | NotificationReceiver.java | 28 NotificationService.enqueueWork(context, intent); in onReceive()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/ |
D | TelecomActivity.java | 46 import com.android.car.dialer.notification.NotificationService; 175 NotificationService.readAllMissedCall(this); in handleIntent()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 78 import com.android.tv.recommendation.NotificationService; 619 && params.getString(NotificationService.TUNE_PARAMS_RECOMMENDATION_TYPE) in tuneTo()
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 116 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()
|