Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd248 UserDictionary.Words.CONTENT_URI, // The content URI of the words table
312 {@link android.provider.UserDictionary.Words#CONTENT_URI} contains the content URI of
341 Uri singleUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI,4);
352 withAppendedId()} to append an id to the UserDictionary content URI.
418 UserDictionary.Words._ID, // Contract class constant for the _ID column name
419 UserDictionary.Words.WORD, // Contract class constant for the word column name
420 UserDictionary.Words.LOCALE // Contract class constant for the locale column name
450 a word, the selection clause is set to <code>UserDictionary.Words.WORD + " = ?"</code> and
472 mSelectionClause = UserDictionary.Words.WORD + " = ?";
481 UserDictionary.Words.CONTENT_URI, // The content URI of the words table
[all …]
/frameworks/base/core/java/android/provider/
DUserDictionary.java32 public class UserDictionary { class
/frameworks/base/docs/html/
Dsitemap.txt2447 http://developer.android.com/reference/android/provider/UserDictionary.html
2448 http://developer.android.com/reference/android/provider/UserDictionary.Words.html
5371 http://developer.android.com/sdk/api_diff/16/changes/android.provider.UserDictionary.Words.html
/frameworks/base/api/
Dcurrent.txt27061 public class UserDictionary {
27062 ctor public UserDictionary();
27067 public static class UserDictionary.Words implements android.provider.BaseColumns {
27068 ctor public UserDictionary.Words();
Dsystem-current.txt29120 public class UserDictionary {
29121 ctor public UserDictionary();
29126 public static class UserDictionary.Words implements android.provider.BaseColumns {
29127 ctor public UserDictionary.Words();