Searched refs:sPreviouslyEnabledNotificationListeners (Results 1 – 1 of 1) sorted by relevance
108 private static List<ComponentName> sPreviouslyEnabledNotificationListeners; field in BaseNotificationListenerCheckTest188 sPreviouslyEnabledNotificationListeners = in disallowPreexistingNotificationListeners()192 Log.d(LOG_TAG, "Found " + sPreviouslyEnabledNotificationListeners.size() in disallowPreexistingNotificationListeners()195 for (ComponentName listener : sPreviouslyEnabledNotificationListeners) { in disallowPreexistingNotificationListeners()202 Log.d(LOG_TAG, "Re-allowing " + sPreviouslyEnabledNotificationListeners.size() in reallowPreexistingNotificationListeners()205 for (ComponentName listener : sPreviouslyEnabledNotificationListeners) { in reallowPreexistingNotificationListeners()