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

/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java150 private boolean mIsNotificationEnabled = true; field in class:NotificationMgr.StatusBarHelper
164 if (mIsNotificationEnabled != enable) {
165 mIsNotificationEnabled = enable;
208 if (!mIsNotificationEnabled) {

Completed in 57 milliseconds