Home
last modified time | relevance | path

Searched refs:Column (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadEntry.java36 @Column(value = "hash_code", indexed = true)
39 @Column("content_url")
42 @Column("_size")
45 @Column("etag")
48 @Column(value = "last_access", indexed = true)
51 @Column(value = "last_updated")
54 @Column("_data")
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java261 @Column(value = Columns.HASH_CODE, indexed = true)
264 @Column(Columns.CONTENT_URL)
267 @Column(Columns.FILENAME)
270 @Column(Columns.SIZE)
273 @Column(value = Columns.LAST_ACCESS, indexed = true)
DEntry.java32 @Column("_id")
43 public @interface Column { annotation in Entry
DEntrySchema.java478 Entry.Column info = ((AnnotatedElement) field).getAnnotation(Entry.Column.class); in parseColumnInfo()
/packages/apps/Gallery2/
Dproguard.flags9 @com.android.gallery3d.common.Entry$Column <fields>;