Searched refs:sharedPreferencesEditor (Results 1 – 1 of 1) sorted by relevance
103 SharedPreferences.Editor sharedPreferencesEditor = sharedPreferences.edit(); in doInBackground() local114 sharedPreferencesEditor.putString(channelIdString, channel.getLogoUri()); in doInBackground()119 sharedPreferencesEditor.remove(channelIdString); in doInBackground()125 sharedPreferencesEditor.remove(channelId); in doInBackground()163 sharedPreferencesEditor.remove(Long.toString(channel.getId())); in doInBackground()196 sharedPreferencesEditor.putBoolean( in doInBackground()199 sharedPreferencesEditor.commit(); in doInBackground()