Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java2702 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2888 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2976 BluetoothMapConvoListingElement convoElement = null; in refreshImEmailConvoVersions() local
3068 BluetoothMapConvoListingElement convoElement = getSmsMmsConvoList().get(id); in updateSmsMmsConvoVersion() local
3112 BluetoothMapConvoListingElement convoElement = getImEmailConvoList().get(id); in updateImEmailConvoVersion() local
3344 private boolean addSmsMmsContacts(BluetoothMapConvoListingElement convoElement, in addSmsMmsContacts()