Home | History | Annotate | Download | only in provider

Lines Matching refs:DIRTY

270         map.put(Bookmarks.DIRTY, Bookmarks.DIRTY);
417 Bookmarks.DIRTY + " INTEGER NOT NULL DEFAULT 0," +
544 db.insert(TABLE_BOOKMARKS, Bookmarks.DIRTY, values);
650 values.put(Bookmarks.DIRTY, true);
1387 // Mark rows dirty if they're not coming from a sync adapter
1392 values.put(Bookmarks.DIRTY, 1);
1436 id = db.insertOrThrow(TABLE_BOOKMARKS, Bookmarks.DIRTY, values);
1860 // Mark the bookmark dirty if the caller isn't a sync adapter
1863 DIRTY, 1);