OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_MESSAGE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
152
* 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";
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
at the I
[
all
...]
BluetoothMapEmailProvider.java
96
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
)) {
BluetoothMapIMProvider.java
76
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/
BluetoothMapContent.java
[
all
...]
BluetoothMapContentObserver.java
284
mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.
TABLE_MESSAGE
);
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
106
mEmailMessagesUri = Uri.parse(mEmailUri + BluetoothMapContract.
TABLE_MESSAGE
);
[
all
...]
Completed in 87 milliseconds