Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java165 private boolean mIsNotificationEnabled = true; field in NotificationMgr.StatusBarHelper
179 if (mIsNotificationEnabled != enable) { in enableNotificationAlerts()
180 mIsNotificationEnabled = enable; in enableNotificationAlerts()
223 if (!mIsNotificationEnabled) { in updateStatusBar()