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