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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java152 * content://ProviderAuthority/account_id/TABLE_MESSAGE
186 .appendPath(TABLE_MESSAGE)
198 .appendPath(TABLE_MESSAGE)
210 .appendPath(TABLE_MESSAGE)
282 public static final String TABLE_MESSAGE = "Message"; field in class:BluetoothMapContract
326 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId
331 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_NO_ATTACHMENTS
336 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_DOWNLOAD
341 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_DOWNLOAD_NO_ATTACHMENTS
349 * decode the RFC2822 encoded data and insert the message into the TABLE_MESSAGE a
[all...]
H A DBluetoothMapEmailProvider.java96 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
409 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
453 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
603 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
H A DBluetoothMapIMProvider.java76 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_MESSAGE, MATCH_MESSAGE);
214 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
258 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
510 } else if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java2176 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
2211 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
2336 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
2353 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
2425 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
2444 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
3632 + BluetoothMapContract.TABLE_MESSAGE + "/"+ id + "/part");
3772 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
3921 Uri contentUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_MESSAGE);
H A DBluetoothMapContentObserver.java286 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE);
1005 + BluetoothMapContract.TABLE_MESSAGE);
1011 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE);
2049 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE);
2479 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DBluetoothMapContentTest.java106 mEmailMessagesUri = Uri.parse(mEmailUri + BluetoothMapContract.TABLE_MESSAGE);

Completed in 159 milliseconds