Searched refs:subj (Results 1 – 4 of 4) sorted by relevance
331 String subj, long date, long dateSent, in createSmsRow() argument343 if (subj != null) { in createSmsRow()344 smsRow.put(Telephony.Sms.SUBJECT, subj); in createSmsRow()356 private ContentValues createMmsRow(int id, int subId, String subj, int subCharset, in createMmsRow() argument367 if (subj != null) { in createMmsRow()368 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()