From d230307a958189041a7d5616e89fb2966011b55e Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 14 Aug 2018 15:21:45 -0700 Subject: Migrating to android-x Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d --- src/com/android/launcher3/notification/NotificationKeyData.java | 3 ++- src/com/android/launcher3/notification/NotificationListener.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/com/android/launcher3/notification') diff --git a/src/com/android/launcher3/notification/NotificationKeyData.java b/src/com/android/launcher3/notification/NotificationKeyData.java index bf7ae1a5c..508cf877c 100644 --- a/src/com/android/launcher3/notification/NotificationKeyData.java +++ b/src/com/android/launcher3/notification/NotificationKeyData.java @@ -18,11 +18,12 @@ package com.android.launcher3.notification; import android.app.Notification; import android.service.notification.StatusBarNotification; -import android.support.annotation.NonNull; import java.util.ArrayList; import java.util.List; +import androidx.annotation.NonNull; + /** * The key data associated with the notification, used to determine what to include * in badges and dummy popup views before they are populated. diff --git a/src/com/android/launcher3/notification/NotificationListener.java b/src/com/android/launcher3/notification/NotificationListener.java index ac5aaf853..4c85c8b17 100644 --- a/src/com/android/launcher3/notification/NotificationListener.java +++ b/src/com/android/launcher3/notification/NotificationListener.java @@ -27,7 +27,6 @@ import android.os.Looper; import android.os.Message; import android.service.notification.NotificationListenerService; import android.service.notification.StatusBarNotification; -import android.support.annotation.Nullable; import android.text.TextUtils; import android.util.ArraySet; import android.util.Log; @@ -45,6 +44,8 @@ import java.util.List; import java.util.Map; import java.util.Set; +import androidx.annotation.Nullable; + /** * A {@link NotificationListenerService} that sends updates to its * {@link NotificationsChangedListener} when notifications are posted or canceled, -- cgit v1.2.3