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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java61 static final String TABLE_PART = "part"; field in class:MmsProvider
136 qb.setTables(TABLE_PART);
139 qb.setTables(TABLE_PART);
143 qb.setTables(TABLE_PART);
227 } else if (qb.getTables().equals(TABLE_PART)) {
275 TABLE_PART, new String[] { Part.CONTENT_TYPE },
343 table = TABLE_PART;
425 } else if (table.equals(TABLE_PART)) {
608 table = TABLE_PART;
611 table = TABLE_PART;
[all...]

Completed in 58 milliseconds