Searched defs:fullText (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java178 public void setText(String fullText, String target) { argument
186 mFullText = fullText;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java64 if (column.fullText) {
344 if (column.fullText) {
362 if (column.fullText) {
369 if (column.fullText) {
497 info.fullText(), info.defaultValue(), field, index));
507 public final boolean fullText; field in class:EntrySchema.ColumnInfo
513 boolean fullText, String defaultValue, Field field, int projectionIndex) {
517 this.fullText = fullText;
512 ColumnInfo(String name, int type, boolean indexed, boolean fullText, String defaultValue, Field field, int projectionIndex) argument

Completed in 57 milliseconds