Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DBaseNotificationListenerCheckTest.java108 private static List<ComponentName> sPreviouslyEnabledNotificationListeners; field in BaseNotificationListenerCheckTest
188 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()