OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREFERENCE_LAST_VERSION
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
PreferenceConstants.java
26
public static final String
PREFERENCE_LAST_VERSION
= "lastVersion";
MainMenuActivity.java
209
final int lastVersion = prefs.getInt(PreferenceConstants.
PREFERENCE_LAST_VERSION
, 0);
275
editor.putInt(PreferenceConstants.
PREFERENCE_LAST_VERSION
, AndouKun.VERSION);
Completed in 39 milliseconds