Searched refs:tmpCursor (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 1363 Cursor tmpCursor = null; in msgListing() local 1367 tmpCursor = smsCursor; in msgListing() 1370 tmpCursor = mmsCursor; in msgListing() 1373 tmpCursor = emailCursor; in msgListing() 1377 if (tmpCursor != null && tmpCursor.moveToPosition(ele.getCursorIndex())) { in msgListing() 1378 setSenderAddressing(ele, tmpCursor, fi, ap); in msgListing() 1379 setSenderName(ele, tmpCursor, fi, ap); in msgListing() 1380 setRecipientAddressing(ele, tmpCursor, fi, ap); in msgListing() 1381 setRecipientName(ele, tmpCursor, fi, ap); in msgListing() 1382 setSubject(ele, tmpCursor, fi, ap); in msgListing() [all …]
|