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.java109 private final SparseArray<NotificationListener> mNotificationListeners = new SparseArray<>(); field in DataManager
280 final NotificationListener notificationListener = mNotificationListeners.get(userId); in pruneDataForUser()
361 mNotificationListeners.put(userId, notificationListener); in setupUser()
407 if (mNotificationListeners.indexOfKey(userId) >= 0) { in cleanupUser()
409 mNotificationListeners.get(userId).unregisterAsSystemService(); in cleanupUser()
585 return mNotificationListeners.get(userId); in getNotificationListenerServiceForTesting()
976 NotificationListener listener = mNotificationListeners.get(userData.getUserId()); in onReceive()