HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_PART (Results 1 - 2 of 2) sorted by null

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 61 static final String TABLE_PART = "part";
117 qb.setTables(TABLE_PART);
120 qb.setTables(TABLE_PART);
124 qb.setTables(TABLE_PART);
204 } else if (qb.getTables().equals(TABLE_PART)) {
252 TABLE_PART, new String[] { Part.CONTENT_TYPE },
319 table = TABLE_PART;
402 } else if (table.equals(TABLE_PART)) {
585 table = TABLE_PART;
588 table = TABLE_PART;
    [all...]
MmsSmsDatabaseHelper.java 611 db.execSQL("CREATE TABLE " + MmsProvider.TABLE_PART + " (" +
642 " DELETE FROM " + MmsProvider.TABLE_PART +
    [all...]

Completed in 47 milliseconds