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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java288 private boolean mDisableNotificationEffects; field in class:NotificationManagerService
527 mDisableNotificationEffects =
1180 mDisableNotificationEffects = true;
2881 if (mDisableNotificationEffects) {
3005 pw.println(" mDisableNotificationEffects=" + mDisableNotificationEffects);

Completed in 18 milliseconds