HomeSort by relevance Sort by last modified time
    Searched defs:wordlistId (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 267 * @param wordlistId the ID of the wordlist for which to get the metadata.
271 final String wordlistId) {
273 if (TextUtils.isEmpty(wordlistId)) return null;
276 db, wordlistId);
301 final String wordlistId = uri.getLastPathSegment();
303 final ContentValues wordList = getWordlistMetadataForWordlistId(clientId, wordlistId);
362 final String wordListId = results.getString(idIndex);
363 if (TextUtils.isEmpty(wordListId)) continue;
365 TextUtils.split(wordListId, ID_CATEGORY_SEPARATOR);
407 UpdateHandler.installIfNeverRequested(context, clientId, wordListId,
    [all...]
DictionarySettingsFragment.java 167 public void wordListDownloadFinished(final String wordListId, final boolean succeeded) {
168 final WordListPreference pref = findWordListPreference(wordListId);
302 final String wordlistId = cursor.getString(idIndex);
313 final String key = matchLevelString + "." + description + "." + wordlistId;
330 mClientId, wordlistId, version, locale, description, status,
UpdateHandler.java 103 public void wordListDownloadFinished(String wordListId, boolean succeeded);
    [all...]

Completed in 34 milliseconds