Home
last modified time | relevance | path

Searched refs:tmpFolder (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java201 BluetoothMapFolderElement tmpFolder; in buildFolderStructure() local
203 tmpFolder.setHasSmsMmsContent(mEnableSmsMms); in buildFolderStructure()
204 tmpFolder.setHasImContent(hasIM); in buildFolderStructure()
205 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()
207 tmpFolder = tmpFolder.addFolder("msg"); // root/telecom/msg in buildFolderStructure()
209 tmpFolder.setHasImContent(hasIM); in buildFolderStructure()
210 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()
213 addBaseFolders(tmpFolder); in buildFolderStructure()
215 addSmsMmsFolders(tmpFolder); in buildFolderStructure()
221 addEmailFolders(tmpFolder); in buildFolderStructure()
[all …]