Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java633 public static final String TO_LIST = "to_list"; field
1087 MessageColumns.TO_LIST,
1109 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/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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java342 BluetoothMapContract.MessageColumns.TO_LIST); in setMessageColumns()
1819 + BluetoothMapContract.MessageColumns.TO_LIST + " LIKE '%" + recip + "%' OR " in setWhereFilterRecipientEmail()
3811 … c.getColumnIndex(BluetoothMapContract.MessageColumns.TO_LIST)); in getEmailMessage()