Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DOemUnlockPreferenceController.java164 int oemUnlockSummary = com.android.settingslib.R.string.oem_unlock_enable_summary; in updateOemUnlockSettingDescription() local
166 oemUnlockSummary = R.string.oem_unlock_enable_disabled_summary_bootloader_unlocked; in updateOemUnlockSettingDescription()
168 oemUnlockSummary = R.string.oem_unlock_enable_disabled_summary_sim_locked_device; in updateOemUnlockSettingDescription()
173 oemUnlockSummary = in updateOemUnlockSettingDescription()
176 mPreference.setSummary(mContext.getResources().getString(oemUnlockSummary)); in updateOemUnlockSettingDescription()