Searched refs:preferences (Results 1 – 3 of 3) sorted by relevance
37 SharedPreferences preferences = getSharedPreferences("prefs", Context.MODE_PRIVATE); in incrementCountAndBroadcast() local38 SharedPreferences.Editor editor = preferences.edit(); in incrementCountAndBroadcast()39 int count = preferences.getInt("crash_count", 0); in incrementCountAndBroadcast()
40 addPreferencesFromResource(R.xml.preferences); in onCreate()
73 addPreferencesFromResource(R.xml.preferences); in onCreate()