HomeSort by relevance Sort by last modified time
    Searched full:worduri (Results 1 - 1 of 1) sorted by null

  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 211 Uri wordUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI, rowId);
212 getContext().getContentResolver().notifyChange(wordUri, null);
214 return wordUri;

Completed in 71 milliseconds