Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java700 String REPLY_TO_LIST = "reply_to_List"; field
1099 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.java2730 .add(UIProvider.MessageColumns.REPLY_TO, MessageColumns.REPLY_TO_LIST) in getMessageViewMap()
6086 if (values.containsKey(Message.MessageColumns.REPLY_TO_LIST)) { in decodeEmailAddresses()
6087 final String replyTo = values.getAsString(Message.MessageColumns.REPLY_TO_LIST); in decodeEmailAddresses()
6088 values.put(Message.MessageColumns.REPLY_TO_LIST, in decodeEmailAddresses()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java355 c.getColumnIndex(BluetoothMapContract.MessageColumns.REPLY_TO_LIST); in setEmailMessageColumns()