HomeSort by relevance Sort by last modified time
    Searched full:mlockscreenprofile (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
ConfigureNotificationSettings.java 61 private RestrictedDropDownPreference mLockscreenProfile;
211 mLockscreenProfile = (RestrictedDropDownPreference) getPreferenceScreen()
213 if (mLockscreenProfile == null) {
242 mLockscreenProfile.setOnPreClickListener(
248 mLockscreenProfile.setEntries(entries.toArray(new CharSequence[entries.size()]));
249 mLockscreenProfile.setEntryValues(values.toArray(new CharSequence[values.size()]));
251 if (mLockscreenProfile.getEntries().length > 1) {
252 mLockscreenProfile.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {
275 mLockscreenProfile.setEnabled(false);
291 if (profileAdmin != null && mLockscreenProfile != null)
    [all...]

Completed in 2236 milliseconds