Searched refs:TABLE_MESSAGE (Results 1 – 5 of 5) sorted by relevance
186 .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
94 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()
70 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()
2169 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()
287 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()