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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java255 private boolean mDisableNotificationEffects; field in class:NotificationManagerService
493 mDisableNotificationEffects =
1027 mDisableNotificationEffects = true;
2327 if (mDisableNotificationEffects) {
2405 pw.println(" mDisableNotificationEffects=" + mDisableNotificationEffects);

Completed in 107 milliseconds