Home
last modified time | relevance | path

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

/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
DPartnerBookmarksProvider.java97 private static final String TABLE_BOOKMARKS = "bookmarks"; field in PartnerBookmarksProvider
151 db.delete(TABLE_BOOKMARKS, null, null); in prepareForConfiguration()
154 db.delete(TABLE_BOOKMARKS, null, null); in prepareForConfiguration()
166 db.execSQL("CREATE TABLE " + TABLE_BOOKMARKS + "(" + in createTable()
184 db.execSQL("DROP TABLE IF EXISTS " + TABLE_BOOKMARKS); in dropTable()
249 return db.insertOrThrow(TABLE_BOOKMARKS, null, values) != -1; in addRootFolder()
260 insertHelper = new DatabaseUtils.InsertHelper(db, TABLE_BOOKMARKS); in addDefaultBookmarks()
373 TABLE_BOOKMARKS + "." + in query()
380 TABLE_BOOKMARKS + "." + in query()
390 qb.setTables(TABLE_BOOKMARKS); in query()
[all …]