Searched defs:sEnabledNotificationListeners (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java91 private static String sEnabledNotificationListeners; field in class:NotificationManagerCompat
337 && !enabledNotificationListeners.equals(sEnabledNotificationListeners)) {
347 sEnabledNotificationListeners = enabledNotificationListeners;

Completed in 2185 milliseconds