Searched refs:TABLE_PDU (Results 1 - 3 of 3) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java53 static final String TABLE_PDU = "pdu"; field in class:MmsProvider
94 qb.setTables(TABLE_PDU);
101 qb.setTables(TABLE_PDU);
171 TABLE_PDU + " on pdu._id = addr.msg_id");
192 if (qb.getTables().equals(TABLE_PDU)) {
211 qb.setTables(TABLE_PDU);
272 String table = TABLE_PDU;
322 if (table.equals(TABLE_PDU)) {
513 table = TABLE_PDU;
522 table = TABLE_PDU;
[all...]
H A DMmsSmsDatabaseHelper.java117 " FROM " + MmsProvider.TABLE_PDU +
508 db.execSQL("CREATE TABLE " + MmsProvider.TABLE_PDU + " (" +
577 db.execSQL("CREATE TRIGGER part_cleanup DELETE ON " + MmsProvider.TABLE_PDU + " " +
584 db.execSQL("CREATE TRIGGER addr_cleanup DELETE ON " + MmsProvider.TABLE_PDU + " " +
593 "AFTER DELETE ON " + MmsProvider.TABLE_PDU + " " +
596 " DELETE FROM " + MmsProvider.TABLE_PDU +
723 MmsProvider.TABLE_PDU + " " +
734 " ON " + MmsProvider.TABLE_PDU + " " +
747 " ON " + MmsProvider.TABLE_PDU + " " +
848 "AFTER UPDATE ON " + MmsProvider.TABLE_PDU
[all...]
H A DMmsSmsProvider.java720 mmsQueryBuilder.setTables(MmsProvider.TABLE_PDU);
779 mmsQueryBuilder.setTables(MmsProvider.TABLE_PDU);
832 mmsQueryBuilder.setTables(MmsProvider.TABLE_PDU);
954 MmsProvider.TABLE_PDU +
1006 return MmsProvider.TABLE_PDU + " LEFT JOIN " + TABLE_PENDING_MSG
1252 return db.update(MmsProvider.TABLE_PDU, values, finalSelection, selectionArgs)

Completed in 46 milliseconds