Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt142 private var showNotifications = false in <lambda>() variable
581 if (!showNotifications) { in <lambda>()
632 showNotifications = secureSettings.getIntForUser( in <lambda>()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java4132 final Setting showNotifications = systemSecureSettings.getSettingLocked(
4134 if (!showNotifications.isNull()) {
4138 showNotifications.getValue(), null, true,
4587 Setting showNotifications = secureSettings.getSettingLocked(
4590 if ("0".equals(showNotifications.getValue())) {
5204 final Setting showNotifications = secureSettings.getSettingLocked(
5208 if ("1".equals(showNotifications.getValue())
5214 } else if ("0".equals(showNotifications.getValue())