Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java44 import com.android.bluetooth.map.BluetoothMapAppParams;
228 FilterInfo fi, BluetoothMapAppParams ap) { in setProtected()
246 FilterInfo fi, BluetoothMapAppParams ap) { in setThreadId()
255 FilterInfo fi, BluetoothMapAppParams ap) { in setSent()
277 FilterInfo fi, BluetoothMapAppParams ap) { in setRead()
293 FilterInfo fi, BluetoothMapAppParams ap) { in setPriority()
322 FilterInfo fi, BluetoothMapAppParams ap) { in setAttachmentSize()
354 FilterInfo fi, BluetoothMapAppParams ap) { in setText()
381 FilterInfo fi, BluetoothMapAppParams ap) { in setReceptionStatus()
390 FilterInfo fi, BluetoothMapAppParams ap) { in setSize()
[all …]
DBluetoothMapObexServer.java320 BluetoothMapAppParams appParams = null; in onPut()
329 appParams = new BluetoothMapAppParams(appParamRaw); in onPut()
446 … private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams) { in pushMessage()
447 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
534 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus()
540 if(indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()
541 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()
559 if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) { in setMessageStatus()
646 BluetoothMapAppParams appParams = null; in onGet()
653 appParams = new BluetoothMapAppParams(appParamRaw); in onGet()
[all …]
DBluetoothMnsObexClient.java179 if(notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_NO) { in handleRegistration()
181 } else if(notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleRegistration()
280 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in sendEventHandler()
DBluetoothMapContentObserver.java384 if(notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()
834 if (status == BluetoothMapAppParams.STATUS_VALUE_YES) { in setEmailMessageStatusDelete()
856 } else if (status == BluetoothMapAppParams.STATUS_VALUE_NO) { in setEmailMessageStatusDelete()
1065 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) { in setMessageStatusDeleted()
1071 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) { in setMessageStatusDeleted()
1164 BluetoothMapAppParams ap, String emailBaseUri) in pushMessage()
1168 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? in pushMessage()
1350 …if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && folder.equalsIgnoreCase(BluetoothMa… in sendMmsMessage()
DBluetoothMapAppParams.java30 public class BluetoothMapAppParams { class
135 public BluetoothMapAppParams() { in BluetoothMapAppParams() method in BluetoothMapAppParams
155 public BluetoothMapAppParams(final byte[] appParams) in BluetoothMapAppParams() method in BluetoothMapAppParams
DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
491 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
DBluetoothMapbMessageSms.java49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java19 import com.android.bluetooth.map.BluetoothMapAppParams;
266 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()
327 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()
359 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()
410 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()