summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-08-14 15:21:45 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-08-14 15:22:12 -0700
commitd230307a958189041a7d5616e89fb2966011b55e (patch)
tree0e3684f094f08066de7cb68d49779a60111feded /src/com/android/launcher3/notification
parenta950d40d0930abff76fd49a322715fd42cad80c9 (diff)
downloadandroid_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.gz
android_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.tar.bz2
android_packages_apps_Trebuchet-d230307a958189041a7d5616e89fb2966011b55e.zip
Migrating to android-x
Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
Diffstat (limited to 'src/com/android/launcher3/notification')
-rw-r--r--src/com/android/launcher3/notification/NotificationKeyData.java3
-rw-r--r--src/com/android/launcher3/notification/NotificationListener.java3
2 files changed, 4 insertions, 2 deletions
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,