Searched refs:OEM_UNLOCK_SUPPORTED_KEY (Results 1 – 2 of 2) sorted by relevance
60 private static final String OEM_UNLOCK_SUPPORTED_KEY = "ro.oem_unlock_supported"; field in OemUnlockPreferenceControllerTest89 SystemProperties.set(OEM_UNLOCK_SUPPORTED_KEY, SUPPORTED); in setup()107 SystemProperties.set(OEM_UNLOCK_SUPPORTED_KEY, UNSUPPORTED); in OemUnlockPreferenceController_oemUnlockUnsupported_shouldNotCrash()
50 private static final String OEM_UNLOCK_SUPPORTED_KEY = "ro.oem_unlock_supported"; field in OemUnlockPreferenceController65 if (!TextUtils.equals(SystemProperties.get(OEM_UNLOCK_SUPPORTED_KEY, UNSUPPORTED), in OemUnlockPreferenceController()