Searched refs:OEM_LOCK_SERVICE (Results 1 – 6 of 6) sorted by relevance
93 when(mContext.getSystemService(Context.OEM_LOCK_SERVICE)).thenReturn(mOemLockManager); in setup()126 when(mContext.getSystemService(Context.OEM_LOCK_SERVICE)).thenReturn(null); in isAvailable_shouldReturnFalseWhenOemLockManagerIsNull()
42 public static final String OEM_LOCK_SERVICE = "oem_lock"; field in ContextCompat
44 mOemLockManager = (OemLockManager) context.getSystemService(Context.OEM_LOCK_SERVICE); in OemUnlockPreferenceController()
70 mOemLockManager = (OemLockManager) context.getSystemService(Context.OEM_LOCK_SERVICE); in OemUnlockPreferenceController()
205 if (((OemLockManager) getActivity().getSystemService(Context.OEM_LOCK_SERVICE)) in shouldWipePersistentDataBlock()
191 Context.OEM_LOCK_SERVICE)).isOemUnlockAllowed(); in isOemUnlockedAllowed()