Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java240 void setImEmailConvoList(HashMap<Long, BluetoothMapConvoListingElement> imEmailConvoList) { in setImEmailConvoList() method in BluetoothMapMasInstance
DBluetoothMapContent.java3126 setImEmailConvoList(newList); in refreshImEmailConvoVersions()
4417 void setImEmailConvoList(HashMap<Long, BluetoothMapConvoListingElement> imEmailConvoList) { in setImEmailConvoList() method in BluetoothMapContent
4418 mMasInstance.setImEmailConvoList(imEmailConvoList); in setImEmailConvoList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java817 content.setImEmailConvoList(emailMap); in setters_withConvoList()