Searched refs:OemUnlockUtils (Results 1 – 2 of 2) sorted by relevance
1022 return !isBootloaderUnlocked() && OemUnlockUtils.isOemUnlockAllowed(mUm); in enableOemUnlockPreference()1028 OemUnlockUtils.isOemUnlockEnabled(getActivity())); in updateOemUnlockOptions()2299 OemUnlockUtils.setOemUnlockEnabled(getActivity(), true); in confirmEnableOemUnlock()2370 OemUnlockUtils.setOemUnlockEnabled(getActivity(), false); in onActivityResult()2443 OemUnlockUtils.setOemUnlockEnabled(getActivity(), false); in onPreferenceTreeClick()2809 } else if (!OemUnlockUtils.isOemUnlockAllowed(mUm)) { in updateOemUnlockSettingDescription()
25 public class OemUnlockUtils { class