Searched refs:mNotificationListeners (Results 1 – 1 of 1) sorted by relevance
109 private final SparseArray<NotificationListener> mNotificationListeners = new SparseArray<>(); field in DataManager280 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()