Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DLockScreenNotificationPreferenceController.java67 private final boolean mSecureProfile; field in LockScreenNotificationPreferenceController
89 mSecureProfile = (mProfileUserId != UserHandle.USER_NULL) && utils.isSecure(mProfileUserId); in LockScreenNotificationPreferenceController()
170 if (mSecureProfile) { in initLockscreenNotificationPrefForProfile()
306 (!mSecureProfile || getAllowPrivateNotifications(mContext, mProfileUserId)); in updateLockscreenNotificationsForProfile()
/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java67 private final boolean mSecureProfile; field in LockScreenNotificationPreferenceController
89 mSecureProfile = (mProfileUserId != UserHandle.USER_NULL) && utils.isSecure(mProfileUserId); in LockScreenNotificationPreferenceController()
170 if (mSecureProfile) { in initLockscreenNotificationPrefForProfile()
306 (!mSecureProfile || getAllowPrivateNotifications(mContext, mProfileUserId)); in updateLockscreenNotificationsForProfile()