Searched refs:PREFERENCE_ROBOTS_DESTROYED (Results 1 – 4 of 4) sorted by relevance
36 public static final String PREFERENCE_ROBOTS_DESTROYED = "robotsDestroyed"; field in PreferenceConstants
71 editor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED); in onDialogClosed()
153 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED); in onCreate()162 mRobotsDestroyed = prefs.getInt(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED, 0); in onCreate()679 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED, mRobotsDestroyed); in saveGame()
146 final int enemies = prefs.getInt(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED, 0); in onCreate()