Home
last modified time | relevance | path

Searched refs:TABLE_MESSAGE (Results 1 – 5 of 5) 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.java94 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()
407 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()
451 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()
601 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
DBluetoothMapIMProvider.java70 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()
208 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()
252 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()
504 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2169 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()
2204 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()
2329 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()
2346 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()
2418 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()
2437 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()
3625 + BluetoothMapContract.TABLE_MESSAGE + "/"+ id + "/part"); in extractIMParts()
3765 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getEmailMessage()
3914 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getIMMessage()
DBluetoothMapContentObserver.java287 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in BluetoothMapContentObserver()
1006 + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
1012 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
2057 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE); in setEmailMessageStatusDelete()
2487 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE); in pushMessage()