Searched refs:TABLE_MESSAGE (Results 1 – 5 of 5) sorted by relevance
190 .appendPath(TABLE_MESSAGE) in buildMessageUri()203 .appendPath(TABLE_MESSAGE) in buildMessageUri()216 .appendPath(TABLE_MESSAGE) in buildMessageUriWithId()291 public static final String TABLE_MESSAGE = "Message"; field in BluetoothMapContract
93 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()424 if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()470 if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()628 } else if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
70 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE); in attachInfo()219 if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in delete()267 if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in insert()525 } else if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) { in update()
2346 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()2390 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListing()2533 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()2552 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingSize()2634 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()2655 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in msgListingHasUnread()3924 new String(mBaseUri + BluetoothMapContract.TABLE_MESSAGE + "/" + id + "/part"); in extractIMParts()4072 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getEmailMessage()4241 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE); in getIMMessage()
262 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in BluetoothMapContentObserver()1016 mAccount.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()1024 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE); in registerObserver()2141 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE); in setEmailMessageStatusDelete()2632 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE); in pushMessage()