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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DSmsProvider.java52 static final String TABLE_SMS = "sms"; field in class:SmsProvider
106 return accessRestricted ? VIEW_SMS_RESTRICTED : TABLE_SMS;
461 String table = TABLE_SMS;
526 if (table.equals(TABLE_SMS)) {
570 db.delete(TABLE_SMS, "thread_id=? AND type=?",
623 if (table == TABLE_SMS) {
636 if (table == TABLE_SMS) {
660 count = db.delete(TABLE_SMS, where, whereArgs);
690 count = db.delete(TABLE_SMS, where, whereArgs);
759 String table = TABLE_SMS;
[all...]

Completed in 28 milliseconds