Searched refs:mEnableOemUnlock (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java182 private SwitchPreference mEnableOemUnlock; field in class:DevelopmentFragment
304 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK);
306 removePreference(mEnableOemUnlock);
307 mEnableOemUnlock = null;
570 if (mEnableOemUnlock != null) {
571 updateSwitchPreference(mEnableOemUnlock, isOemUnlockEnabled(getActivity()));
572 mEnableOemUnlock.setEnabled(isOemUnlockAllowed());
1457 mEnableOemUnlock.setChecked(true);
1540 } else if (preference == mEnableOemUnlock) {
1541 if (mEnableOemUnlock
[all...]
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java272 private RestrictedSwitchPreference mEnableOemUnlock; field in class:DevelopmentSettings
447 mEnableOemUnlock = (RestrictedSwitchPreference) findAndInitSwitchPref(ENABLE_OEM_UNLOCK);
449 removePreference(mEnableOemUnlock);
450 mEnableOemUnlock = null;
1075 if (mEnableOemUnlock != null) {
1076 updateSwitchPreference(mEnableOemUnlock, mOemLockManager.isOemUnlockAllowed());
1078 // Showing mEnableOemUnlock preference as device has persistent data block.
1079 mEnableOemUnlock.setDisabledByAdmin(null);
1080 mEnableOemUnlock.setEnabled(enableOemUnlockPreference());
1081 if (mEnableOemUnlock
[all...]

Completed in 122 milliseconds