Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUserBinaryDictionary.java170 final String[] requestArguments; in loadDictionaryAsync() local
180 requestArguments = localeElementsWithMoreRestrictiveLocalesIncluded; in loadDictionaryAsync()
187 requestArguments = localeElements; in loadDictionaryAsync()
190 Words.CONTENT_URI, PROJECTION_QUERY, request.toString(), requestArguments, null); in loadDictionaryAsync()