Searched refs:TABLE_PART (Results 1 – 4 of 4) sorted by relevance
75 static final String TABLE_PART = "part"; field in MmsProvider182 qb.setTables(TABLE_PART); in query()185 qb.setTables(TABLE_PART); in query()189 qb.setTables(TABLE_PART); in query()288 } else if (qb.getTables().equals(TABLE_PART)) { in query()343 TABLE_PART, new String[] { Part.CONTENT_TYPE }, in getType()417 table = TABLE_PART; in insert()534 } else if (table.equals(TABLE_PART)) { in insert()769 table = TABLE_PART; in delete()772 table = TABLE_PART; in delete()[all …]
126 MmsProvider.TABLE_PART, in removeReferencedPartsFromSet()
811 "CREATE TABLE " + MmsProvider.TABLE_PART + " (" +916 " DELETE FROM " + MmsProvider.TABLE_PART + in createMmsTriggers()2123 db.execSQL("UPDATE " + MmsProvider.TABLE_PART + in upgradeDatabaseToVersion62()2164 db.execSQL("ALTER TABLE " + MmsProvider.TABLE_PART in upgradeDatabaseToVersion68()
88 try (Cursor cursor = db.query(MmsProvider.TABLE_PART, null, null, null, in testDBHelperOnUpgrade_hasSubIdField()92 Log.d(TAG, "Table: " + MmsProvider.TABLE_PART in testDBHelperOnUpgrade_hasSubIdField()233 db.execSQL("CREATE TABLE " + MmsProvider.TABLE_PART + " (" + in createMmsTables()