Searched refs:PREF_SETUP_COMPLETE (Results 1 – 1 of 1) sorted by relevance
37 private static final String PREF_SETUP_COMPLETE = "setup_complete"; field in SyncUtils50 .getDefaultSharedPreferences(context).getBoolean(PREF_SETUP_COMPLETE, false); in CreateSyncAccount()74 .putBoolean(PREF_SETUP_COMPLETE, true).commit(); in CreateSyncAccount()