Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java146 private boolean mDisableNotificationEffects; field in NotificationAttentionHelper
200 mDisableNotificationEffects = true; in NotificationAttentionHelper()
937 if (mDisableNotificationEffects) { in disableNotificationEffects()
966 mDisableNotificationEffects = in updateDisableNotificationEffectsLocked()
969 if (mDisableNotificationEffects) { in updateDisableNotificationEffectsLocked()
1073 pw.println(" mDisableNotificationEffects=" + mDisableNotificationEffects); in dump()