Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java69 private final boolean mSecureProfile; field in LockScreenNotificationPreferenceController
91 mSecureProfile = (mProfileUserId != UserHandle.USER_NULL) && utils.isSecure(mProfileUserId); in LockScreenNotificationPreferenceController()
177 if (mSecureProfile) { in initLockscreenNotificationPrefForProfile()
315 (!mSecureProfile || getAllowPrivateNotifications(mContext, mProfileUserId)); in updateLockscreenNotificationsForProfile()