Searched refs:subj (Results 1 – 3 of 3) sorted by relevance
272 String subj, long date, long dateSent, in createSmsRow() argument283 if (subj != null) { in createSmsRow()284 smsRow.put(Telephony.Sms.SUBJECT, subj); in createSmsRow()295 private ContentValues createMmsRow(int id, int subId, String subj, int subCharset, in createMmsRow() argument303 if (subj != null) { in createMmsRow()304 mmsRow.put(Telephony.Mms.SUBJECT, subj); in createMmsRow()
276 final String subj = cursor.getString(UIProvider.CONVERSATION_SUBJECT_COLUMN); in Conversation() local278 if (subj == null) { in Conversation()281 subject = subj; in Conversation()