Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntry.java52 boolean unique() default false; in unique() method
DEntrySchema.java303 StringBuilder unique = new StringBuilder(); in createTables() local
518 public final boolean unique; field in EntrySchema.ColumnInfo
524 public ColumnInfo(String name, int type, boolean indexed, boolean unique, in ColumnInfo()