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

  /external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java 38 public static final String PREFERENCE_PEARLS_TOTAL = "pearlsTotal";
SetPreferencesActivity.java 70 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
GameOverActivity.java 144 final int pearlsTotal = prefs.getInt(PreferenceConstants.PREFERENCE_PEARLS_TOTAL, 0);
AndouKun.java 152 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
164 mPearlsTotal = prefs.getInt(PreferenceConstants.PREFERENCE_PEARLS_TOTAL, 0);
681 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_PEARLS_TOTAL, mPearlsTotal);

Completed in 946 milliseconds