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.java2548 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2712 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2801 BluetoothMapConvoListingElement convoElement = null; in refreshImEmailConvoVersions() local
2891 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion() local
2936 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion() local
3187 private boolean addSmsMmsContacts( BluetoothMapConvoListingElement convoElement, in addSmsMmsContacts()