Searched refs:isRepairModeSupported (Results 1 – 2 of 2) sorted by relevance
1883 public static boolean isRepairModeSupported(Context context) { in isRepairModeSupported() method in LockPatternUtils1901 return info != null && info.isAdmin() && isRepairModeSupported(context); in canUserEnterRepairMode()1932 if (checkDeviceSupported) return isRepairModeSupported(context); in isSpecialUserId()
1081 if (!LockPatternUtils.isRepairModeSupported(mContext) in deleteRepairModePersistentDataIfNeeded()