Home
last modified time | relevance | path

Searched refs:REPLY_TO_LIST (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java38 MessageColumns.BCC_LIST, MessageColumns.REPLY_TO_LIST,
68 …"\n " + MessageColumns.REPLY_TO_LIST + " : " + c.getString(c.getColumnIndex(MessageColumns.REPLY… in printEmail()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java430 public static final String REPLY_TO_LIST = "reply_to_List"; field
528 MessageColumns.REPLY_TO_LIST,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java678 public static final String REPLY_TO_LIST = "replyToList"; field
775 MessageColumns.BCC_LIST, MessageColumns.REPLY_TO_LIST,
1021 values.put(MessageColumns.REPLY_TO_LIST, mReplyTo); in toContentValues()
/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java315 + MessageColumns.REPLY_TO_LIST + " text, " in createMessageTable()
1758 MessageColumns.REPLY_TO_LIST,
DEmailProvider.java2729 .add(UIProvider.MessageColumns.REPLY_TO, MessageColumns.REPLY_TO_LIST) in getMessageViewMap()
6085 if (values.containsKey(Message.MessageColumns.REPLY_TO_LIST)) { in decodeEmailAddresses()
6086 final String replyTo = values.getAsString(Message.MessageColumns.REPLY_TO_LIST); in decodeEmailAddresses()
6087 values.put(Message.MessageColumns.REPLY_TO_LIST, in decodeEmailAddresses()