Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java709 private boolean mLockScreenAllowSecureNotifications = true; field in NotificationManagerService
1106 mLockScreenAllowSecureNotifications = parser.getAttributeBoolean(null, in readPolicyXml()
6396 if (allow != mLockScreenAllowSecureNotifications) {
6397 mLockScreenAllowSecureNotifications = allow;
6402 mLockScreenAllowSecureNotifications),
6417 return mLockScreenAllowSecureNotifications;
12842 mLockScreenAllowSecureNotifications);