Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DLockScreenNotificationPreferenceController.java63 private RestrictedListPreference mLockscreenProfile; field in LockScreenNotificationPreferenceController
101 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 …]
/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java63 private RestrictedListPreference mLockscreenProfile; field in LockScreenNotificationPreferenceController
101 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 …]