Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java138 .appendPath(TABLE_MESSAGE) in buildMessageUri()
150 .appendPath(TABLE_MESSAGE) in buildMessageUri()
162 .appendPath(TABLE_MESSAGE) in buildMessageUriWithId()
183 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java172 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in BluetoothMapContentObserver()
413 … Uri uri = Uri.parse(mAccount.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
419 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()
825 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE); in setEmailMessageStatusDelete()
1194 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE); in pushMessage()
DBluetoothMapContent.java1340 Uri contentUri = Uri.parse(mBaseEmailUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()
1441 Uri contentUri = Uri.parse(mBaseEmailUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()
1499 Uri contentUri = Uri.parse(mBaseEmailUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()
1891 Uri contentUri = Uri.parse(mBaseEmailUri + BluetoothMapContract.TABLE_MESSAGE); in getEmailMessage()