Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java408 BluetoothMapAppParams appParams = null; in onPut()
417 appParams = new BluetoothMapAppParams(appParamRaw); in onPut()
557 BluetoothMapAppParams appParams, String messageVersion) { in pushMessage()
558 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
650 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus()
660 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()
661 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) && in setMessageStatus()
682 if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) { in setMessageStatus()
688 } else if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) { in setMessageStatus()
706 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams) in setOwnerStatus()
[all …]
DBluetoothMapContent.java471 FilterInfo fi, BluetoothMapAppParams ap) { in setProtected()
487 FilterInfo fi, BluetoothMapAppParams ap) { in setThreadId()
507 FilterInfo fi, BluetoothMapAppParams ap) { in setThreadName()
520 FilterInfo fi, BluetoothMapAppParams ap) { in setSent()
543 FilterInfo fi, BluetoothMapAppParams ap) { in setRead()
559 FilterInfo fi, BluetoothMapAppParams ap) { in setConvoRead()
570 FilterInfo fi, BluetoothMapAppParams ap) { in setPriority()
600 FilterInfo fi, BluetoothMapAppParams ap) { in setAttachment()
649 FilterInfo fi, BluetoothMapAppParams ap) { in setText()
677 FilterInfo fi, BluetoothMapAppParams ap) { in setReceptionStatus()
[all …]
DBluetoothMnsObexClient.java226 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_NO) { in handleRegistration()
232 } else if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleRegistration()
403 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in sendEventHandler()
DBluetoothMapbMessageSms.java49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
DBluetoothMapAppParams.java33 public class BluetoothMapAppParams { class
187 public BluetoothMapAppParams() { in BluetoothMapAppParams() method in BluetoothMapAppParams
207 public BluetoothMapAppParams(final byte[] appParams) in BluetoothMapAppParams() method in BluetoothMapAppParams
DBluetoothMapContentObserver.java905 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()
2048 if (status == BluetoothMapAppParams.STATUS_VALUE_YES) { in setEmailMessageStatusDelete()
2071 } else if (status == BluetoothMapAppParams.STATUS_VALUE_NO) { in setEmailMessageStatusDelete()
2316 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) { in setMessageStatusDeleted()
2322 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) { in setMessageStatusDeleted()
2433 BluetoothMapAppParams ap, String emailBaseUri) in pushMessage()
2437 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? in pushMessage()
2642 if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && in sendMmsMessage()
DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
587 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
DBluetoothMapService.java431 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleMessage()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMapStepsConvo.java15 import com.android.bluetooth.map.BluetoothMapAppParams;
144 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in addConvoListingStep()
215 BluetoothMapAppParams appParams; in validate()
216 appParams = new BluetoothMapAppParams(appParamsRaw); in validate()
219 Assert.assertNotSame(BluetoothMapAppParams.INVALID_VALUE_PARAMETER, in validate()
DBluetoothMapbMessageTest.java14 import com.android.bluetooth.map.BluetoothMapAppParams;
280 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()
341 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()
373 … BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8); in testFolderLengthTruncation()
424 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
DMapStepsFolder.java12 import com.android.bluetooth.map.BluetoothMapAppParams;
123 BluetoothMapAppParams appParams; in validate()
124 appParams = new BluetoothMapAppParams(appParamsRaw); in validate()
DBluetoothMapContentTest.java33 import com.android.bluetooth.map.BluetoothMapAppParams;
344 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListing()
376 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListingUnread()
406 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListingWithOriginator()
435 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testGetMessages()