OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOLDER_ID
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
94
* EXTRA_UPDATE_FOLDER_ID containing the
folder_id
of the folder to update
516
* - To, From, Cc, Bcc, Date, ReadFlag, PriorityFlag,
folder_id
, account_id
520
* - FLAG_READ and
FOLDER_ID
(
FOLDER_ID
is used to move a message to deleted)
522
* -
FOLDER_ID
640
public static final String
FOLDER_ID
= "
folder_id
";
772
* -
FOLDER_ID
[
all
...]
BluetoothMapEmailProvider.java
431
* - Insert an empty message to get an _id with only a
folder_id
443
Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.
FOLDER_ID
);
550
*
folder_id
: the ID of the folder only equals
609
Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.
FOLDER_ID
);
BluetoothMapIMProvider.java
236
* - Insert an empty message to get an _id with only a
folder_id
376
*
folder_id
: the ID of the folder only equals
519
Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.
FOLDER_ID
);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
68
BluetoothMapContract.MessageColumns.
FOLDER_ID
,
247
newMessage.put(BluetoothMapContract.MessageColumns.
FOLDER_ID
, outFolder.getFolderId());
322
BluetoothMapContract.MessageColumns.
FOLDER_ID
));
523
//where = BluetoothMapContract.MessageColumns.
FOLDER_ID
+ " = " + fe.getEmailFolderId();
542
// String where = BluetoothMapContract.MessageColumns.
FOLDER_ID
+ " = " + fe.getEmailFolderId();
558
String where = BluetoothMapContract.MessageColumns.
FOLDER_ID
+ " = " + fe.getFolderId();
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
231
BluetoothMapContract.MessageColumns.
FOLDER_ID
,
237
BluetoothMapContract.MessageColumns.
FOLDER_ID
,
247
BluetoothMapContract.MessageColumns.
FOLDER_ID
,
[
all
...]
BluetoothMapContent.java
340
BluetoothMapContract.MessageColumns.
FOLDER_ID
);
[
all
...]
Completed in 49 milliseconds