Home
last modified time | relevance | path

Searched defs:indexed (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntry.java46 boolean indexed() default false; in indexed() method
DEntrySchema.java517 public final boolean indexed; field in EntrySchema.ColumnInfo
524 public ColumnInfo(String name, int type, boolean indexed, boolean unique, in ColumnInfo()