Searched refs:EMPTY_DATABASE_CREATED (Results 1 – 1 of 1) sorted by relevance
101 static final String EMPTY_DATABASE_CREATED = "EMPTY_DATABASE_CREATED"; field in LauncherProvider367 Utilities.getPrefs(getContext()).getBoolean(EMPTY_DATABASE_CREATED, false)); in call()453 Utilities.getPrefs(getContext()).edit().remove(EMPTY_DATABASE_CREATED).commit(); in clearFlagEmptyDbCreated()466 if (sp.getBoolean(EMPTY_DATABASE_CREATED, false)) { in loadDefaultFavoritesIfNecessary()644 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, true).commit(); in onEmptyDbCreated()