Searched refs:indexed (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | EntrySchema.java | 333 if (column.indexed) { in createTables() 507 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.unique(), in parseColumnInfo() 517 public final boolean indexed; field in EntrySchema.ColumnInfo 524 public ColumnInfo(String name, int type, boolean indexed, boolean unique, in ColumnInfo() argument 528 this.indexed = indexed; in ColumnInfo()
|
D | FileCache.java | 261 @Column(value = Columns.HASH_CODE, indexed = true) 273 @Column(value = Columns.LAST_ACCESS, indexed = true)
|
D | Entry.java | 46 boolean indexed() default false; in indexed() method
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DownloadEntry.java | 36 @Column(value = "hash_code", indexed = true) 48 @Column(value = "last_access", indexed = true)
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|