Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java235 .appendPath(TABLE_CONVERSATION) in buildConversationUri()
285 public static final String TABLE_CONVERSATION = "Conversation"; field in BluetoothMapContract
DBluetoothMapIMProvider.java69 mAuthority, "#/" + BluetoothMapContract.TABLE_CONVERSATION, MATCH_CONVERSATION); in attachInfo()
562 } else if (table.equals(BluetoothMapContract.TABLE_CONVERSATION)) { in update()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapContractTest.java121 + BluetoothMapContract.TABLE_CONVERSATION; in testBuildConversationUri()
DBluetoothMapIMProviderTest.java255 .appendPath(BluetoothMapContract.TABLE_CONVERSATION) in query_forConversationUri()
396 .appendPath(BluetoothMapContract.TABLE_CONVERSATION) in update_forConversationUri()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java2831 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in convoListing()
3043 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVERSATION); in refreshImEmailConvoVersions()