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

  /external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java 34 public static final String PREFERENCE_TOTAL_GAME_TIME = "totalGameTime";
SetPreferencesActivity.java 68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
GameOverActivity.java 141 final float playTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f);
AndouKun.java 150 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
161 mTotalGameTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f);
677 mPrefsEditor.putFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, mTotalGameTime);

Completed in 126 milliseconds