Searched refs:indexed (Results 1 – 6 of 6) 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 | Entry.java | 46 boolean indexed() default false; in indexed() method
|
D | FileCache.java | 261 @Column(value = Columns.HASH_CODE, indexed = true) 273 @Column(value = Columns.LAST_ACCESS, indexed = true)
|
/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/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|