Searched refs:TABLE_PART (Results 1 – 2 of 2) sorted by relevance
64 static final String TABLE_PART = "part"; field in MmsProvider140 qb.setTables(TABLE_PART); in query()143 qb.setTables(TABLE_PART); in query()147 qb.setTables(TABLE_PART); in query()231 } else if (qb.getTables().equals(TABLE_PART)) { in query()279 TABLE_PART, new String[] { Part.CONTENT_TYPE }, in getType()343 table = TABLE_PART; in insert()431 } else if (table.equals(TABLE_PART)) { in insert()653 table = TABLE_PART; in delete()656 table = TABLE_PART; in delete()[all …]
775 db.execSQL("CREATE TABLE " + MmsProvider.TABLE_PART + " (" + in createMmsTables()815 " DELETE FROM " + MmsProvider.TABLE_PART + in createMmsTriggers()1701 db.execSQL("DROP TABLE IF EXISTS " + MmsProvider.TABLE_PART + ";"); in dropAll()1947 db.execSQL("UPDATE " + MmsProvider.TABLE_PART + in upgradeDatabaseToVersion62()