Home
last modified time | relevance | path

Searched defs:convoElement (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2555 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2719 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2808 BluetoothMapConvoListingElement convoElement = null; in refreshImEmailConvoVersions() local
2898 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion() local
2943 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion() local
3194 private boolean addSmsMmsContacts( BluetoothMapConvoListingElement convoElement, in addSmsMmsContacts()