Searched refs:mNotificationDNDMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java127 boolean mNotificationDNDMode; field in class:TabletStatusBar
719 if (!mNotificationDNDMode) {
732 mNotificationDNDMode
741 if (mNotificationDNDMode) {
779 mNotificationDNDMode
919 mNotificationDNDMode = Prefs.read(mContext)
923 Slog.i(TAG, "DISABLE_NOTIFICATION_ICONS: yes" + (mNotificationDNDMode?" (DND)":""));
926 Slog.i(TAG, "DISABLE_NOTIFICATION_ICONS: no" + (mNotificationDNDMode?" (DND)":""));
1364 if (mNotificationDNDMode) {

Completed in 41 milliseconds