Searched defs:TABLE_PART (Results 1 - 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java60 static final String TABLE_PART = "part"; field in class:MmsProvider
114 qb.setTables(TABLE_PART);
117 qb.setTables(TABLE_PART);
121 qb.setTables(TABLE_PART);
201 } else if (qb.getTables().equals(TABLE_PART)) {
243 TABLE_PART, new String[] { Part.CONTENT_TYPE },
309 table = TABLE_PART;
384 } else if (table.equals(TABLE_PART)) {
567 table = TABLE_PART;
570 table = TABLE_PART;
[all...]

Completed in 34 milliseconds