Searched refs:mLockscreenProfile (Results 1 – 1 of 1) sorted by relevance
65 private RestrictedListPreference mLockscreenProfile; field in LockScreenNotificationPreferenceController103 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 …]