Searched refs:logoUri (Results 1 – 1 of 1) sorted by relevance
279 private void verifyLogoIsReadable(Uri logoUri) throws Exception { in verifyLogoIsReadable() argument280 try (AssetFileDescriptor fd = mContentResolver.openAssetFileDescriptor(logoUri, "r")) { in verifyLogoIsReadable()295 Uri logoUri = TvContract.buildChannelLogoUri(channelUri); in testChannelLogo() local299 try (AssetFileDescriptor fd = mContentResolver.openAssetFileDescriptor(logoUri, "w")) { in testChannelLogo()309 verifyLogoIsReadable(logoUri); in testChannelLogo()