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.java2786 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2975 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
3064 BluetoothMapConvoListingElement convoElement = null; in refreshImEmailConvoVersions() local
3156 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion() local
3200 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion() local
3449 private boolean addSmsMmsContacts(BluetoothMapConvoListingElement convoElement, in addSmsMmsContacts()