Home | History | Annotate | Download | only in provider

Lines Matching refs:Thumbnails

78     public static interface Thumbnails {
80 BrowserContract.AUTHORITY_URI, "thumbnails");
101 static final String TABLE_THUMBNAILS = "thumbnails";
146 static final int THUMBNAILS = 10;
226 matcher.addURI(authority, "thumbnails", THUMBNAILS);
227 matcher.addURI(authority, "thumbnails/#", THUMBNAILS_ID);
476 Thumbnails._ID + " INTEGER PRIMARY KEY," +
477 Thumbnails.THUMBNAIL + " BLOB NOT NULL" +
1106 selection, Thumbnails._ID + " = ?");
1111 case THUMBNAILS: {
1325 selection, Thumbnails._ID + " = ?");
1330 case THUMBNAILS: {
1477 case THUMBNAILS: {
1737 case THUMBNAILS: {