Searched refs:KEY_MIGRATE_PERSISTED_JOBS (Results 1 – 1 of 1) sorted by relevance
38 private static final String KEY_MIGRATE_PERSISTED_JOBS = "migrate_persisted_jobs"; field in Preferences77 return mSharedPreferences.getBoolean(KEY_MIGRATE_PERSISTED_JOBS, true); in shouldMigratePersistedJobs()85 mSharedPreferences.edit().putBoolean(KEY_MIGRATE_PERSISTED_JOBS, true).apply(); in setMigratedPersistedJobs()