Home
last modified time | relevance | path

Searched refs:sharedPreferencesEditor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java103 SharedPreferences.Editor sharedPreferencesEditor = sharedPreferences.edit(); in doInBackground() local
114 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()