OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addSmsMmsFolder
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java
204
public BluetoothMapFolderElement
addSmsMmsFolder
(String name){
205
if(D) Log.i(TAG,"
addSmsMmsFolder
()");
BluetoothMapObexServer.java
226
root.
addSmsMmsFolder
(BluetoothMapContract.FOLDER_NAME_INBOX); // root/telecom/msg/inbox
227
root.
addSmsMmsFolder
(BluetoothMapContract.FOLDER_NAME_OUTBOX);
228
root.
addSmsMmsFolder
(BluetoothMapContract.FOLDER_NAME_SENT);
229
root.
addSmsMmsFolder
(BluetoothMapContract.FOLDER_NAME_DELETED);
230
root.
addSmsMmsFolder
(BluetoothMapContract.FOLDER_NAME_DRAFT);
[
all
...]
Completed in 214 milliseconds