HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryProvider (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
Utils.java 26 private final static boolean DEBUG = DictionaryProvider.DEBUG;
PrivateLog.java 33 public static final boolean DEBUG = DictionaryProvider.DEBUG;
DictionaryProvider.java 47 public final class DictionaryProvider extends ContentProvider {
48 private static final String TAG = DictionaryProvider.class.getSimpleName();
DictionarySettingsFragment.java 256 // This will directly contact the DictionaryProvider and request the list exactly like
266 .appendQueryParameter(DictionaryProvider.QUERY_PARAMETER_PROTOCOL_VERSION, "2")
UpdateHandler.java 66 static final String TAG = "DictionaryProvider:" + UpdateHandler.class.getSimpleName();
67 private static final boolean DEBUG = DictionaryProvider.DEBUG;
199 // For more information, {@see DictionaryProvider#insert(Uri, ContentValues)}.
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 88 Cursor cursor = managedQuery(DictionaryProvider.CONTENT_URI, null, null,
121 Uri data = Uri.withAppendedPath(DictionaryProvider.CONTENT_URI,
DictionaryProvider.java 31 public class DictionaryProvider extends ContentProvider {
32 String TAG = "DictionaryProvider";
34 public static String AUTHORITY = "com.example.android.searchabledict.DictionaryProvider";

Completed in 93 milliseconds