Searched refs:ENABLE_OEM_UNLOCK (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java131 private static final String ENABLE_OEM_UNLOCK = "oem_unlock_enable"; field in class:DevelopmentSettings
447 mEnableOemUnlock = (RestrictedSwitchPreference) findAndInitSwitchPref(ENABLE_OEM_UNLOCK);
2819 keys.add(ENABLE_OEM_UNLOCK);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java88 private static final String ENABLE_OEM_UNLOCK = "oem_unlock_enable"; field in class:DevelopmentFragment
304 mEnableOemUnlock = findAndInitSwitchPref(ENABLE_OEM_UNLOCK);

Completed in 414 milliseconds