HomeSort by relevance Sort by last modified time
    Searched refs:PREFERENCE_LEVEL_COMPLETED (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java 22 public static final String PREFERENCE_LEVEL_COMPLETED = "levelsCompleted";
SetPreferencesActivity.java 66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
AndouKun.java 148 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0);
675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed);

Completed in 35 milliseconds