Searched refs:uriV2Builder (Results 1 – 1 of 1) sorted by relevance
134 final Uri.Builder uriV2Builder = getProviderUriBuilder(clientId); in getContentUriBuilderForType() local135 uriV2Builder.appendPath(queryPathType); in getContentUriBuilderForType()136 uriV2Builder.appendPath(extraPath); in getContentUriBuilderForType()137 uriV2Builder.appendQueryParameter(QUERY_PARAMETER_PROTOCOL, in getContentUriBuilderForType()139 if (null != contentProviderClient.getType(uriV2Builder.build())) return uriV2Builder; in getContentUriBuilderForType()