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.java243 .appendPath(TABLE_CONVERSATION) in buildConversationUri()
294 public static final String TABLE_CONVERSATION = "Conversation"; field in BluetoothMapContract
DBluetoothMapIMProvider.java71 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_CONVERSATION, in attachInfo()
538 } else if (table.equals(BluetoothMapContract.TABLE_CONVERSATION)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2833 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in convoListing()
3054 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in refreshImEmailConvoVersions()