Home
last modified time | relevance | path

Searched refs:LAST_THREAD_ACTIVITY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java829 public static final String LAST_THREAD_ACTIVITY = "last_thread_activity"; field
1156 ConversationColumns.LAST_THREAD_ACTIVITY,
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapIMContentTest.java41 … c.getColumnName(i).equals(BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY) || in printCursor()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java132 BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY) || in printCursor()
DBluetoothMapContent.java237 ConversationColumns.LAST_THREAD_ACTIVITY,
390 BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY); in setEmailImConvoColumns()
1739 where = " AND " + BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY + in setWhereFilterLastActivity()
1749 where += " AND " + BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in setWhereFilterLastActivity()
2601 null, null, BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in convoListing()
2797 null, null, BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in refreshImEmailConvoVersions()