Searched refs:BluetoothMapContent (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 34 import com.android.bluetooth.map.BluetoothMapContent; 342 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListing() 374 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListingUnread() 404 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testMsgListingWithOriginator() 433 BluetoothMapContent mBtMapContent = new BluetoothMapContent(mContext, mAccount, in testGetMessages() 441 appParams.setCharset(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in testGetMessages()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 1355 name = BluetoothMapContent.getContactNameFromPhone(phone, in handleMsgListChangesSms() 1511 subject = BluetoothMapContent.getTextPartsMms(mResolver, id); in handleMsgListChangesMms() 1518 String address = BluetoothMapContent.getAddressMms( in handleMsgListChangesMms() 1519 mResolver,id,BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms() 2183 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms() 2184 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms() 2186 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms() 2187 BluetoothMapContent.MMS_TO); in unDeleteMessageMms() 2876 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder() 2888 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
|
D | BluetoothMapObexServer.java | 98 BluetoothMapContent mOutContent; 150 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
|
D | BluetoothMapContent.java | 66 public class BluetoothMapContent { class 447 public BluetoothMapContent(final Context context, BluetoothMapAccountItem account, in BluetoothMapContent() method in BluetoothMapContent
|