Searched refs:unique (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | EntrySchema.java | 303 StringBuilder unique = new StringBuilder(); in createTables() local 314 if (column.unique) { in createTables() 315 if (unique.length() == 0) { in createTables() 316 unique.append(column.name); in createTables() 318 unique.append(',').append(column.name); in createTables() 323 if (unique.length() > 0) { in createTables() 324 sql.append(",UNIQUE(").append(unique).append(')'); in createTables() 507 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.unique(), in parseColumnInfo() 518 public final boolean unique; field in EntrySchema.ColumnInfo 524 public ColumnInfo(String name, int type, boolean indexed, boolean unique, in ColumnInfo() argument [all …]
|
D | Entry.java | 52 boolean unique() default false; in unique() method
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 116 # to NO the shortest path that makes the file name unique will be used. 1336 # Note that each tag file must have a unique name
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 116 # to NO the shortest path that makes the file name unique will be used. 1336 # Note that each tag file must have a unique name
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 116 # to NO the shortest path that makes the file name unique will be used. 1336 # Note that each tag file must have a unique name
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 116 # to NO the shortest path that makes the file name unique will be used. 1336 # Note that each tag file must have a unique name
|