Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java838 String LAST_THREAD_ACTIVITY = "last_thread_activity"; field
1163 ConversationColumns.LAST_THREAD_ACTIVITY,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java229 ConversationColumns.LAST_THREAD_ACTIVITY,
372 c.getColumnIndex(BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY); in setEmailImConvoColumns()
1874 where = " AND " + BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in setWhereFilterLastActivity()
1884 where += " AND " + BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in setWhereFilterLastActivity()
2837 BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY in convoListing()
3054 BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY + " DESC, " in refreshImEmailConvoVersions()
DBluetoothMapUtils.java124 .equals(BluetoothMapContract.ConversationColumns.LAST_THREAD_ACTIVITY) in printCursor()