Searched refs:PREF_MIGRATED (Results 1 – 1 of 1) sorted by relevance
35 private static final String PREF_MIGRATED = "annotatedCallLogMigratorMigrated"; field in AnnotatedCallLogMigrator66 sharedPreferences.edit().putBoolean(PREF_MIGRATED, true).apply(); in migrate()75 return backgroundExecutor.submit(() -> !sharedPreferences.getBoolean(PREF_MIGRATED, false));86 sharedPreferences.edit().remove(PREF_MIGRATED).apply();