Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java65 private RestrictedListPreference mLockscreenProfile; field in LockScreenNotificationPreferenceController
103 mLockscreenProfile = screen.findPreference(mWorkSettingKey); in displayPreference()
104 mLockscreenProfile.setRequiresActiveUnlockedProfile(true); in displayPreference()
105 mLockscreenProfile.setProfileUserId(mProfileUserId); in displayPreference()
156 if (mLockscreenProfile == null) { in initLockscreenNotificationPrefForProfile()
190 mLockscreenProfile.setEntries(entries.toArray(new CharSequence[entries.size()])); in initLockscreenNotificationPrefForProfile()
191 mLockscreenProfile.setEntryValues(values.toArray(new CharSequence[values.size()])); in initLockscreenNotificationPrefForProfile()
193 if (mLockscreenProfile.getEntries().length > 1) { in initLockscreenNotificationPrefForProfile()
194 mLockscreenProfile.setOnPreferenceChangeListener(this); in initLockscreenNotificationPrefForProfile()
197 mLockscreenProfile.setEnabled(false); in initLockscreenNotificationPrefForProfile()
[all …]