Searched refs:readTmsFile (Results 1 – 1 of 1) sorted by relevance
187 channelNameLogoUriMap.putAll(readTmsFile(mContext, TMS_US_TABLE_FILE)); in doInBackground()192 channelNameLogoUriMap.putAll(readTmsFile(mContext, TMS_KR_TABLE_FILE)); in doInBackground()285 private Map<String, String> readTmsFile(Context context, String fileName) in readTmsFile() method in ChannelLogoFetcher.FetchLogoTask