OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLockscreenAllowPrivateNotifications
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/notification/
ConfigureNotificationSettings.java
306
||
getLockscreenAllowPrivateNotifications
(UserHandle.myUserId());
322
||
getLockscreenAllowPrivateNotifications
(mProfileChallengeUserId);
335
private boolean
getLockscreenAllowPrivateNotifications
(int userId) {
NotificationSettingsBase.java
228
if (getLockscreenNotificationsEnabled() &&
getLockscreenAllowPrivateNotifications
()) {
284
} else if (!
getLockscreenAllowPrivateNotifications
()) {
295
protected boolean
getLockscreenAllowPrivateNotifications
() {
Completed in 36 milliseconds