OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_UPDATE_FOLDER_ID
(Results
1 - 5
of
5
) 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
102
public static final String
EXTRA_UPDATE_FOLDER_ID
= "UpdateFolderId";
[
all
...]
BluetoothMapEmailProvider.java
653
long folderId = extras.getLong(BluetoothMapContract.
EXTRA_UPDATE_FOLDER_ID
, -1);
BluetoothMapIMProvider.java
611
long folderId = extras.getLong(BluetoothMapContract.
EXTRA_UPDATE_FOLDER_ID
, -1);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
333
extras.putLong(BluetoothMapContract.
EXTRA_UPDATE_FOLDER_ID
, mailboxId);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
518
extras.putLong(BluetoothMapContract.
EXTRA_UPDATE_FOLDER_ID
,
[
all
...]
Completed in 1198 milliseconds