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
115 qb.setTables(TABLE_PART);
118 qb.setTables(TABLE_PART);
122 qb.setTables(TABLE_PART);
202 } else if (qb.getTables().equals(TABLE_PART)) {
250 TABLE_PART, new String[] { Part.CONTENT_TYPE },
316 table = TABLE_PART;
391 } else if (table.equals(TABLE_PART)) {
574 table = TABLE_PART;
577 table = TABLE_PART;
[all...]

Completed in 9 milliseconds