Searched refs:oemUnlockSummary (Results 1 – 1 of 1) sorted by relevance
164 int oemUnlockSummary = com.android.settingslib.R.string.oem_unlock_enable_summary; in updateOemUnlockSettingDescription() local166 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()