Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationEntryManager.java +5 −11 Original line number Diff line number Diff line Loading @@ -62,9 +62,10 @@ public class NotificationEntryManager implements NotificationUpdateHandler, VisualStabilityManager.Callback { private static final String TAG = "NotificationEntryMgr"; protected static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); protected final Context mContext; private final Context mContext; @VisibleForTesting protected final HashMap<String, NotificationEntry> mPendingNotifications = new HashMap<>(); private final DeviceProvisionedController mDeviceProvisionedController = Loading @@ -78,8 +79,9 @@ public class NotificationEntryManager implements private NotificationPresenter mPresenter; private NotificationListenerService.RankingMap mLatestRankingMap; @VisibleForTesting protected NotificationData mNotificationData; protected NotificationListContainer mListContainer; private NotificationListContainer mListContainer; @VisibleForTesting final ArrayList<NotificationLifetimeExtender> mNotificationLifetimeExtenders = new ArrayList<>(); Loading Loading @@ -171,14 +173,6 @@ public class NotificationEntryManager implements return mNotificationData; } protected Context getContext() { return mContext; } protected NotificationPresenter getPresenter() { return mPresenter; } @Override public void onReorderingAllowed() { updateNotifications(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationEntryManager.java +5 −11 Original line number Diff line number Diff line Loading @@ -62,9 +62,10 @@ public class NotificationEntryManager implements NotificationUpdateHandler, VisualStabilityManager.Callback { private static final String TAG = "NotificationEntryMgr"; protected static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); protected final Context mContext; private final Context mContext; @VisibleForTesting protected final HashMap<String, NotificationEntry> mPendingNotifications = new HashMap<>(); private final DeviceProvisionedController mDeviceProvisionedController = Loading @@ -78,8 +79,9 @@ public class NotificationEntryManager implements private NotificationPresenter mPresenter; private NotificationListenerService.RankingMap mLatestRankingMap; @VisibleForTesting protected NotificationData mNotificationData; protected NotificationListContainer mListContainer; private NotificationListContainer mListContainer; @VisibleForTesting final ArrayList<NotificationLifetimeExtender> mNotificationLifetimeExtenders = new ArrayList<>(); Loading Loading @@ -171,14 +173,6 @@ public class NotificationEntryManager implements return mNotificationData; } protected Context getContext() { return mContext; } protected NotificationPresenter getPresenter() { return mPresenter; } @Override public void onReorderingAllowed() { updateNotifications(); Loading