Searched refs:PREFERENCE_TOTAL_GAME_TIME (Results 1 – 4 of 4) sorted by relevance
34 public static final String PREFERENCE_TOTAL_GAME_TIME = "totalGameTime"; field in PreferenceConstants
68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME); in onDialogClosed()
150 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()
141 final float playTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f); in onCreate()