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

/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java190 private boolean mIsNotificationEnabled = true; field in class:NotificationMgr.StatusBarHelper
204 if (mIsNotificationEnabled != enable) {
205 mIsNotificationEnabled = enable;
248 if (!mIsNotificationEnabled) {

Completed in 10 milliseconds