Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java236 .appendPath(TABLE_CONVERSATION) in buildConversationUri()
285 public static final String TABLE_CONVERSATION = "Conversation"; field in BluetoothMapContract
DBluetoothMapIMProvider.java71 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVERSATION, in attachInfo()
517 } else if(table.equals(BluetoothMapContract.TABLE_CONVERSATION)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2593 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in convoListing()
2791 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in refreshImEmailConvoVersions()