HomeSort by relevance Sort by last modified time
    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 235 root.addImFolder(BluetoothMapContract.FOLDER_NAME_INBOX,
237 root.addImFolder(BluetoothMapContract.FOLDER_NAME_OUTBOX,
239 root.addImFolder(BluetoothMapContract.FOLDER_NAME_SENT,
241 root.addImFolder(BluetoothMapContract.FOLDER_NAME_DELETED,
243 root.addImFolder(BluetoothMapContract.FOLDER_NAME_DRAFT,
    [all...]

Completed in 44 milliseconds