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/
DNotificationManagerService.java253 private boolean mDisableNotificationEffects; field in NotificationManagerService
491 mDisableNotificationEffects =
1025 mDisableNotificationEffects = true; in onStart()
2324 if (mDisableNotificationEffects) { in disableNotificationEffects()
2402 pw.println(" mDisableNotificationEffects=" + mDisableNotificationEffects); in dumpImpl()