Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java134 final Uri.Builder uriV2Builder = getProviderUriBuilder(clientId); in getContentUriBuilderForType() local
135 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()