Searched defs:mDisabledNotifications (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java155 private int mDisabledNotifications; field in class:NotificationManagerService
1039 mDisabledNotifications = status;
1040 if ((mDisabledNotifications & StatusBarManager.DISABLE_NOTIFICATION_ALERTS) != 0) {
1335 mDisabledNotifications = StatusBarManager.DISABLE_NOTIFICATION_ALERTS;
1836 if (((mDisabledNotifications & StatusBarManager.DISABLE_NOTIFICATION_ALERTS) == 0)
2353 pw.println(" mDisabledNotifications=0x" + Integer.toHexString(mDisabledNotifications));

Completed in 40 milliseconds