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