/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 33 import com.android.bluetooth.map.BluetoothMapUtils.TYPE; 117 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; 121 private String mMessageVersion = BluetoothMapUtils.MAP_V10_STR; 339 mMessageVersion = BluetoothMapUtils.MAP_V10_STR; in onConnect() 389 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) in onConnect() 390 == BluetoothMapUtils.MAP_FEATURE_MESSAGE_LISTING_FORMAT_V11_BIT) { in onConnect() 394 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in onConnect() 395 == BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) { in onConnect() 396 mMessageVersion = BluetoothMapUtils.MAP_V11_STR; in onConnect() 728 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType()); in pushMessage() [all …]
|
D | BluetoothMapContentObserver.java | 56 import com.android.bluetooth.map.BluetoothMapUtils.TYPE; 135 private int mMapSupportedFeatures = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; 137 private int mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V10; 317 if ((BluetoothMapUtils.MAP_FEATURE_EXTENDED_EVENT_REPORT_11_BIT & mMapSupportedFeatures) in setObserverRemoteFeatureMask() 319 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V11; in setObserverRemoteFeatureMask() 322 if ((BluetoothMapUtils.MAP_FEATURE_EVENT_REPORT_V12_BIT & mMapSupportedFeatures) != 0) { in setObserverRemoteFeatureMask() 323 mMapEventReportVersion = BluetoothMapUtils.MAP_EVENT_REPORT_V12; in setObserverRemoteFeatureMask() 324 } else if (((BluetoothMapUtils.MAP_FEATURE_PARTICIPANT_PRESENCE_CHANGE_BIT in setObserverRemoteFeatureMask() 325 | BluetoothMapUtils.MAP_FEATURE_PARTICIPANT_CHAT_STATE_CHANGE_BIT) in setObserverRemoteFeatureMask() 656 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event() [all …]
|
D | BluetoothMapMessageListingElement.java | 18 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() 295 BluetoothMapUtils.stripInvalidChars(mSenderName)); in encode() 305 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()
|
D | BluetoothMapAccountItem.java | 38 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()
|
D | BluetoothMapbMessageMime.java | 113 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()
|
D | BluetoothMapAccountLoader.java | 31 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()
|
D | BluetoothMapAppObserver.java | 262 BluetoothMapUtils.TYPE msgType = BluetoothMapUtils.TYPE.NONE; in createReceiver() 288 msgType = BluetoothMapUtils.TYPE.EMAIL; in createReceiver() 291 msgType = BluetoothMapUtils.TYPE.IM; in createReceiver()
|
D | BluetoothMapContent.java | 42 import com.android.bluetooth.map.BluetoothMapUtils.TYPE; 151 private String mMessageVersion = BluetoothMapUtils.MAP_V10_STR; 153 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK; 154 private int mMsgListingVersion = BluetoothMapUtils.MAP_MESSAGE_LISTING_FORMAT_V10; 639 if ((mMsgListingVersion > BluetoothMapUtils.MAP_MESSAGE_LISTING_FORMAT_V10) && ( in setAttachment() 1961 id = BluetoothMapUtils.getCpHandle(msgHandle); in setWhereFilterMessageHandle() 1983 id = BluetoothMapUtils.getMsgHandleAsLong(msgHandle); in setWhereFilterThreadId() 2279 BluetoothMapUtils.printCursor(smsCursor); in msgListing() 2321 BluetoothMapUtils.printCursor(mmsCursor); in msgListing() 2366 BluetoothMapUtils.printCursor(emailCursor); in msgListing() [all …]
|
D | BluetoothMapConvoListingElement.java | 20 import com.android.bluetooth.map.BluetoothMapUtils.TYPE; 229 return new String(BluetoothMapUtils.truncateUtf8StringToBytearray(mSummary, 256), in getSummary() 269 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
|
D | BluetoothMapAppParams.java | 533 + 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()
|
D | BluetoothMapConvoContactElement.java | 205 BluetoothMapUtils.stripInvalidChars(mDisplayName)); in encode() 209 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
|
D | BluetoothMapMasInstance.java | 30 import com.android.bluetooth.map.BluetoothMapUtils.TYPE; 101 private int mRemoteFeatureMask = BluetoothMapUtils.MAP_FEATURE_DEFAULT_BITMASK;
|
D | MapContact.java | 46 return BluetoothMapUtils.getLongLongAsString(mId, 0); in getXBtUidString()
|
D | BluetoothMapbMessageSms.java | 21 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
|
D | BluetoothMapFolderElement.java | 289 xmlMsgElement.attribute(null, "version", BluetoothMapUtils.MAP_V10_STR); in encode()
|
D | BluetoothMapUtils.java | 38 public class BluetoothMapUtils { class
|
D | BluetoothMapbMessage.java | 21 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | SignedLongLong.java | 19 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()
|