Searched refs:ONE_TIME_INITIALIZATION_PROGRESS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DPreferences.java47 private static final String ONE_TIME_INITIALIZATION_PROGRESS = "oneTimeInitializationProgress"; field in class:Preferences
180 return mSharedPreferences.getInt(ONE_TIME_INITIALIZATION_PROGRESS, 0);
184 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply();

Completed in 24 milliseconds