Home
last modified time | relevance | path

Searched refs:TO_LIST (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java37 MessageColumns.TO_LIST, MessageColumns.CC_LIST,
65 … "\n " + MessageColumns.TO_LIST + " : " + c.getString(c.getColumnIndex(MessageColumns.TO_LIST)) + in printEmail()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java406 public static final String TO_LIST = "to_list"; field
525 MessageColumns.TO_LIST,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java675 public static final String TO_LIST = "toList"; field
774 MessageColumns.TO_LIST, MessageColumns.CC_LIST,
1018 values.put(MessageColumns.TO_LIST, mTo); in toContentValues()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java179 … mEmailColToAddress = c.getColumnIndex(BluetoothMapContract.MessageColumns.TO_LIST); in setEmailColumns()
1113 + BluetoothMapContract.MessageColumns.TO_LIST + " LIKE '%" + recip + "%' OR " in setWhereFilterRecipientEmail()
1933 … String nameEmail = c.getString(c.getColumnIndex(BluetoothMapContract.MessageColumns.TO_LIST)); in getEmailMessage()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailConversationCursor.java206 EmailContent.MessageColumns.TO_LIST)); in generateConversationInfo()
DDBHelper.java312 + MessageColumns.TO_LIST + " text, " in createMessageTable()
1759 MessageColumns.TO_LIST
DEmailProvider.java2726 .add(UIProvider.MessageColumns.TO, MessageColumns.TO_LIST) in getMessageViewMap()
3163 .append(',').append(MessageColumns.TO_LIST); in appendConversationInfoColumns()
6065 if (values.containsKey(Message.MessageColumns.TO_LIST)) { in decodeEmailAddresses()
6066 final String to = values.getAsString(Message.MessageColumns.TO_LIST); in decodeEmailAddresses()
6067 values.put(Message.MessageColumns.TO_LIST, Address.fromHeaderToString(to)); in decodeEmailAddresses()