Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java342 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListing() local
355 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListing()
357 int msgListingSize = mBtMapContent.msgListingSize(fe, appParams); in testMsgListing()
374 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListingUnread() local
387 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingUnread()
404 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListingWithOriginator() local
417 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams); in testMsgListingWithOriginator()
433 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testGetMessages() local
453 byte[] bytes = mBtMapContent.getMessage(handle, appParams, fe, "1.1"); in testGetMessages()