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

  /external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java 41 public static final String PREFERENCE_DIFFICULTY = "difficulty";
SetPreferencesActivity.java 72 editor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY);
AndouKun.java 154 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY);
168 mDifficulty = prefs.getInt(PreferenceConstants.PREFERENCE_DIFFICULTY, getIntent().getIntExtra("difficulty", 1));
684 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_DIFFICULTY, mDifficulty);

Completed in 3535 milliseconds