Searched refs:PREF_KEY (Results 1 – 1 of 1) sorted by relevance
52 static final String PREF_KEY = "pref"; field in BackupTestActivity115 int val = prefs.getInt(PREF_KEY, 0);116 String str = "'" + PREF_KEY + "' is " + val;124 int val = prefs.getInt(PREF_KEY, 0);126 editor.putInt(PREF_KEY, val+1);