Home
last modified time | relevance | path

Searched refs:TABLE_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java186 .appendPath(TABLE_MESSAGE) in buildMessageUri()
198 .appendPath(TABLE_MESSAGE) in buildMessageUri()
210 .appendPath(TABLE_MESSAGE) in buildMessageUriWithId()
282 public static final String TABLE_MESSAGE = "Message"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java96 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()
409 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()
453 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()
603 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
DBluetoothMapIMProvider.java76 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()
214 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()
258 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()
510 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2170 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()
2205 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()
2330 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()
2347 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()
2419 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()
2438 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()
3626 + BluetoothMapContract.TABLE_MESSAGE + "/"+ id + "/part"); in extractIMParts()
3766 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getEmailMessage()
3915 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getIMMessage()
DBluetoothMapContentObserver.java283 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in BluetoothMapContentObserver()
996 + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
1002 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
2039 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE); in setEmailMessageStatusDelete()
2463 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE); in pushMessage()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java106 mEmailMessagesUri = Uri.parse(mEmailUri + BluetoothMapContract.TABLE_MESSAGE); in initTestSetup()