Searched refs:LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsBackupTest.java | 459 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, // Candidate?
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1730 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in onUpgrade() 2452 loadBooleanSetting(stmt, Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, in loadSecureSettings()
|
D | SettingsProvider.java | 3152 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS); 3156 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 860 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS), in start() 6310 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0); in notifyUserAboutHiddenNotifications() 6758 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0, userHandle);
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 5528 public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = field in Settings.Secure
|