HomeSort by relevance Sort by last modified time
    Searched defs:addImFolder (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 214 public BluetoothMapFolderElement addImFolder(String name, long idFolder){
215 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 2914 milliseconds