Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java48 private final boolean mHasFullTextIndex; field in EntrySchema
70 mHasFullTextIndex = hasFullTextIndex; in EntrySchema()
348 if (mHasFullTextIndex) { in createTables()
431 if (mHasFullTextIndex) { in dropTables()