Searched refs:NotificationService (Results 1 – 8 of 8) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 62 public class NotificationService extends Service class 121 public NotificationService() { in NotificationService() method in NotificationService 175 mRecommender = new Recommender(NotificationService.this, NotificationService.this, true); in handleInitializeRecommender() 475 private static ImageLoader.ImageLoaderCallback<NotificationService> createChannelLogoCallback( in createChannelLogoCallback() 476 NotificationService service, in createChannelLogoCallback() 481 return new ImageLoader.ImageLoaderCallback<NotificationService>(service) { in createChannelLogoCallback() 483 public void onBitmapLoaded(NotificationService service, Bitmap channelLogo) { in createChannelLogoCallback() 551 private static class NotificationHandler extends WeakHandler<NotificationService> { 552 public NotificationHandler(@NonNull Looper looper, NotificationService ref) { 557 public void handleMessage(Message msg, @NonNull NotificationService notificationService) {
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | InCallNotificationController.java | 134 NotificationService.ACTION_ANSWER_CALL), in showInCallNotification() 136 NotificationService.ACTION_DECLINE_CALL)); in showInCallNotification() 180 Intent intent = getIntent(NotificationService.ACTION_SHOW_FULLSCREEN_UI, call); in getFullscreenIntent() 196 Intent intent = new Intent(action, null, mContext, NotificationService.class); in getIntent() 197 intent.putExtra(NotificationService.EXTRA_CALL_ID, call.getDetails().getTelecomCallId()); in getIntent()
|
D | MissedCallNotificationController.java | 165 NotificationService.ACTION_CALL_BACK_MISSED)); in showMissedCallNotification() 196 Intent intent = new Intent(NotificationService.ACTION_READ_ALL_MISSED, null, mContext, in getDeleteIntent() 197 NotificationService.class); in getDeleteIntent() 218 Intent intent = new Intent(action, null, mContext, NotificationService.class); in getIntent() 219 intent.putExtra(NotificationService.EXTRA_CALL_ID, phoneNumberString); in getIntent()
|
D | NotificationService.java | 38 public class NotificationService extends Service { class 54 Intent readAllMissedCallIntent = new Intent(context, NotificationService.class); in readAllMissedCall()
|
/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/ui/ |
D | TelecomActivity.java | 41 import com.android.car.dialer.notification.NotificationService; 150 NotificationService.readAllMissedCall(this); in handleIntent()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 80 import com.android.tv.recommendation.NotificationService; 630 && params.getString(NotificationService.TUNE_PARAMS_RECOMMENDATION_TYPE) in tuneTo()
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 125 import com.android.tv.recommendation.NotificationService; 834 Intent notificationIntent = new Intent(this, NotificationService.class); in onStart() 835 notificationIntent.setAction(NotificationService.ACTION_SHOW_RECOMMENDATION); in onStart()
|