Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java91 public void setHasEmailContent(boolean hasEmailContent) { in setHasEmailContent() method in BluetoothMapFolderElement
240 newFolder.setHasEmailContent(true); in addEmailFolder()
385 element.setHasEmailContent(mHasEmailContent); in readFolders()
DBluetoothMapObexServer.java197 mCurrentFolder.setHasEmailContent(hasEmail); in buildFolderStructure()
203 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()
208 tmpFolder.setHasEmailContent(hasEmail); in buildFolderStructure()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapFolderElementTest.java71 mTestFolderElement.setHasEmailContent(TEST_HAS_EMAIL_CONTENT); in setUp()
DBluetoothMapContentTest.java1547 mCurrentFolder.setHasEmailContent(true); in msgListing_withEmailCursorOnly()
1735 mCurrentFolder.setHasEmailContent(true); in msgListingSize()
1788 mCurrentFolder.setHasEmailContent(true); in msgListingHasUnread()