Home
last modified time | relevance | path

Searched refs:mNotificationListeners (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java126 private final SparseArray<NotificationListener> mNotificationListeners = new SparseArray<>(); field in DataManager
640 mNotificationListeners.put(userId, notificationListener); in setupUser()
692 if (mNotificationListeners.indexOfKey(userId) >= 0) { in cleanupUser()
694 mNotificationListeners.get(userId).unregisterAsSystemService(); in cleanupUser()
834 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications()
949 return mNotificationListeners.get(userId); in getNotificationListenerServiceForTesting()