Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DSignedLongLong.java19 import com.android.bluetooth.map.BluetoothMapUtils;
63 msb = BluetoothMapUtils.getLongFromString(msbStr); in fromString()
65 lsb = BluetoothMapUtils.getLongFromString(lsbStr); in fromString()
96 return BluetoothMapUtils.getLongLongAsString(mLeastSigBits, mMostSigBits); in toHexString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java18 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
236 this.mThreadId = BluetoothMapUtils.getMapConvoHandle(threadId, type); in setThreadId()
273 xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType)); in encode()
275 String stripped = BluetoothMapUtils.stripInvalidChars(mSubject); in encode()
292 BluetoothMapUtils.getDateTimeString(this.getDateTime())); in encode()
296 BluetoothMapUtils.stripInvalidChars(mSenderName)); in encode()
306 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()
H A DBluetoothMapObexServer.java33 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
121 private String mMessageVersion = BluetoothMapUtils.MAP_V10_STR;
329 mMessageVersion = BluetoothMapUtils.MAP_V11_STR; in setRemoteFeatureMask()
344 mMessageVersion = BluetoothMapUtils.MAP_V10_STR; in onConnect()
401 mMessageVersion = BluetoothMapUtils.MAP_V11_STR; in onConnect()
790 BluetoothMapUtils.TYPE msgType; in setMessageStatus()
807 handle = BluetoothMapUtils.getCpHandle(msgHandle); in setMessageStatus()
808 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle); in setMessageStatus()
1198 version = BluetoothMapUtils.MAP_V11_STR; in sendMessageListingRsp()
1200 version = BluetoothMapUtils.MAP_V10_STR; in sendMessageListingRsp()
[all …]
H A DBluetoothMapAccountItem.java38 private final BluetoothMapUtils.TYPE mType;
45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { in BluetoothMapAccountItem()
59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) { in create()
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, in create()
227 public BluetoothMapUtils.TYPE getType() { in getType()
H A DBluetoothMapContentObserver.java58 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
139 private int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10;
321 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in setObserverRemoteFeatureMask()
325 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in setObserverRemoteFeatureMask()
658 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
676 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
698 this.senderName = BluetoothMapUtils.stripInvalidChars(name); in Event()
742 BluetoothMapUtils.getMapHandle(handle, msgType)); in encode()
1366 BluetoothMapUtils.printCursor(c); in initContactsList()
1734 if (mMapEventReportVersion == BluetoothMapUtils.MAP_EVENT_REPORT_V10) { in handleMsgListChangesMsg()
[all …]
H A DBluetoothMapAccountLoader.java31 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
85 BluetoothMapUtils.TYPE msgType = (Objects.equals(searchIntent.getAction(), in parsePackages()
87 ? BluetoothMapUtils.TYPE.EMAIL : BluetoothMapUtils.TYPE.IM; in parsePackages()
130 BluetoothMapUtils.TYPE type) { in createAppItem()
H A DBluetoothMapbMessageMime.java113 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encode()
131 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encodePlainText()
591 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
595 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
599 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
603 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
607 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
611 mSubject = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
733 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset); in decodeBody()
H A DBluetoothMapAppObserver.java262 BluetoothMapUtils.TYPE msgType = BluetoothMapUtils.TYPE.NONE; in createReceiver()
288 msgType = BluetoothMapUtils.TYPE.EMAIL; in createReceiver()
291 msgType = BluetoothMapUtils.TYPE.IM; in createReceiver()
H A DBluetoothMapConvoListingElement.java21 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
229 return new String(BluetoothMapUtils.truncateUtf8StringToBytearray(mSummary, 256), in getSummary()
269 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
H A DBluetoothMapMasInstance.java31 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
108 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK;
488 BluetoothMapUtils.savePeerSupportUtcTimeStamp(mRemoteFeatureMask); in setRemoteFeatureMask()
H A DMapContact.java46 return BluetoothMapUtils.getLongLongAsString(mId, 0); in getXBtUidString()
H A DBluetoothMapContent.java42 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
151 private String mMessageVersion = BluetoothMapUtils.MAP_V10_STR;
1961 id = BluetoothMapUtils.getCpHandle(msgHandle); in setWhereFilterMessageHandle()
1983 id = BluetoothMapUtils.getMsgHandleAsLong(msgHandle); in setWhereFilterThreadId()
2274 BluetoothMapUtils.printCursor(smsCursor); in msgListing()
2361 BluetoothMapUtils.printCursor(emailCursor); in msgListing()
2403 BluetoothMapUtils.printCursor(imCursor); in msgListing()
3254 ele.setConvoId(BluetoothMapUtils.CONVO_ID_TYPE_SMS_MMS, in populateSmsMmsConvoElement()
3316 ele.setConvoId(BluetoothMapUtils.CONVO_ID_TYPE_EMAIL_IM, threadId); in populateImEmailConvoElement()
3560 TYPE type = BluetoothMapUtils.getMsgTypeFromHandle(handle); in getMessage()
[all …]
H A DBluetoothMapConvoContactElement.java205 BluetoothMapUtils.stripInvalidChars(mDisplayName)); in encode()
209 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
H A DBluetoothMapAppParams.java533 + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i)) in parseParams()
534 + ", LSB(+8)=" + BluetoothMapUtils.getLongAsString( in parseParams()
1048 mFilterMsgHandle = BluetoothMapUtils.getLongFromString(handle); in setFilterMsgHandle()
1061 str = BluetoothMapUtils.getLongAsString(mFilterMsgHandle); in getFilterMsgHandleString()
1094 str = BluetoothMapUtils.getLongAsString(mFilterConvoId.getLeastSignificantBits()); in getFilterConvoIdString()
H A DBluetoothMapbMessageSms.java21 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
H A DBluetoothMapFolderElement.java289 xmlMsgElement.attribute(null, "version", BluetoothMapUtils.MAP_V10_STR); in encode()
H A DBluetoothMapUtils.java38 public class BluetoothMapUtils { class
H A DBluetoothMapbMessage.java21 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java146 message.setType(BluetoothMapUtils.TYPE.MMS); in testPushGroupMMS()