Home
last modified time | relevance | path

Searched refs:msgListing (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java355 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListing() local
356 int listCount = msgListing.getCount(); in testMsgListing()
387 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingUnread() local
389 int listCount = msgListing.getCount(); in testMsgListingUnread()
390 if (msgListing.getCount() > 0) { in testMsgListingUnread()
417 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingWithOriginator() local
419 int listCount = msgListing.getCount(); in testMsgListingWithOriginator()
420 if (msgListing.getCount() > 0) { in testMsgListingWithOriginator()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1012 outList = mOutContent.msgListing(folderToList, appParams); in sendMessageListingRsp()
DBluetoothMapContent.java2051 public BluetoothMapMessageListing msgListing(BluetoothMapFolderElement folderElement, in msgListing() method in BluetoothMapContent