Home
last modified time | relevance | path

Searched refs:BluetoothMapMessageListing (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListing.java30 public class BluetoothMapMessageListing { class
37 public BluetoothMapMessageListing(){ in BluetoothMapMessageListing() method in BluetoothMapMessageListing
DBluetoothMapContent.java2051 public BluetoothMapMessageListing msgListing(BluetoothMapFolderElement folderElement, in msgListing()
2055 BluetoothMapMessageListing bmList = new BluetoothMapMessageListing(); in msgListing()
DBluetoothMapObexServer.java965 BluetoothMapMessageListing outList; in sendMessageListingRsp()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java36 import com.android.bluetooth.map.BluetoothMapMessageListing;
355 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListing()
387 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingUnread()
417 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingWithOriginator()