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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 138 " FROM " + MmsProvider.TABLE_PDU +
598 db.execSQL("CREATE TABLE " + MmsProvider.TABLE_PDU + " (" +
670 "SELECT * FROM " + MmsProvider.TABLE_PDU + " WHERE " +
    [all...]
MmsProvider.java 60 static final String TABLE_PDU = "pdu";
86 return accessRestricted ? VIEW_PDU_RESTRICTED : TABLE_PDU;
323 String table = TABLE_PDU;
373 if (table.equals(TABLE_PDU)) {
598 table = TABLE_PDU;
607 table = TABLE_PDU;
640 if (TABLE_PDU.equals(table)) {
659 Cursor cursor = db.query(TABLE_PDU, new String[] { Mms._ID },
678 int count = db.delete(TABLE_PDU, selection, selectionArgs);
768 table = TABLE_PDU;
    [all...]
MmsSmsProvider.java     [all...]

Completed in 1945 milliseconds