OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addImFolder
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java
216
public BluetoothMapFolderElement
addImFolder
(String name, long idFolder){
217
if(D) Log.i(TAG,"
addImFolder
() id = " + idFolder);
BluetoothMapObexServer.java
236
root.
addImFolder
(BluetoothMapContract.FOLDER_NAME_INBOX,
238
root.
addImFolder
(BluetoothMapContract.FOLDER_NAME_OUTBOX,
240
root.
addImFolder
(BluetoothMapContract.FOLDER_NAME_SENT,
242
root.
addImFolder
(BluetoothMapContract.FOLDER_NAME_DELETED,
244
root.
addImFolder
(BluetoothMapContract.FOLDER_NAME_DRAFT,
[
all
...]
Completed in 552 milliseconds