// store all the profile folders
largePreferencesPath = getLargePreferencesPath();
smallPreferencesPath = getSmallPreferencesPath();
cachePreferencesPath = getCachePreferencesPath();
profileUtils =
new ProfileUtils(largePreferencesPath, smallPreferencesPath, cachePreferencesPath,
settings);
}