Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DCriticalNotificationExtractor.java38 private boolean mSupportsCriticalNotifications = false; field in CriticalNotificationExtractor
56 mSupportsCriticalNotifications = supportsCriticalNotifications(context); in initialize()
65 if (!mSupportsCriticalNotifications) { in process()