Home
last modified time | relevance | path

Searched refs:PREFERENCE_TOTAL_GAME_TIME (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DPreferenceConstants.java34 public static final String PREFERENCE_TOTAL_GAME_TIME = "totalGameTime"; field in PreferenceConstants
DSetPreferencesActivity.java68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME); in onDialogClosed()
DAndouKun.java150 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME); in onCreate()
161 mTotalGameTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f); in onCreate()
677 mPrefsEditor.putFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, mTotalGameTime); in saveGame()
DGameOverActivity.java141 final float playTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f); in onCreate()