Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java156 Uri dstLogoUri = TvContract.buildChannelLogoUri(channel.getId()); in doInBackground() local
157 try (OutputStream os = mContext.getContentResolver().openOutputStream(dstLogoUri)) { in doInBackground()
160 Log.e(TAG, "Failed to write " + logoUri + " to " + dstLogoUri, e); in doInBackground()
172 + dstLogoUri in doInBackground()