Searched refs:mLockscreenProfile (Results 1 – 2 of 2) sorted by relevance
63 private RestrictedListPreference mLockscreenProfile; field in LockScreenNotificationPreferenceController101 mLockscreenProfile = screen.findPreference(mWorkSettingKey); in displayPreference()102 mLockscreenProfile.setRequiresActiveUnlockedProfile(true); in displayPreference()103 mLockscreenProfile.setProfileUserId(mProfileUserId); in displayPreference()154 if (mLockscreenProfile == null) { in initLockscreenNotificationPrefForProfile()181 mLockscreenProfile.setEntries(entries.toArray(new CharSequence[entries.size()])); in initLockscreenNotificationPrefForProfile()182 mLockscreenProfile.setEntryValues(values.toArray(new CharSequence[values.size()])); in initLockscreenNotificationPrefForProfile()184 if (mLockscreenProfile.getEntries().length > 1) { in initLockscreenNotificationPrefForProfile()185 mLockscreenProfile.setOnPreferenceChangeListener(this); in initLockscreenNotificationPrefForProfile()188 mLockscreenProfile.setEnabled(false); in initLockscreenNotificationPrefForProfile()[all …]