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/
DBluetoothMapObexServer.java457 BluetoothMapAppParams appParams = null; in onPut()
468 appParams = new BluetoothMapAppParams(appParamRaw); in onPut()
644 private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams, in pushMessage()
646 if (appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
779 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus()
789 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setMessageStatus()
790 || value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setMessageStatus()
815 if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) { in setMessageStatus()
823 } else if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) { in setMessageStatus()
841 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams) in setOwnerStatus()
[all …]
DBluetoothMapContent.java453 BluetoothMapAppParams ap) { in setProtected()
470 BluetoothMapAppParams ap) { in setThreadId()
491 BluetoothMapAppParams ap) { in setThreadName()
506 BluetoothMapAppParams ap) { in setSent()
530 BluetoothMapAppParams ap) { in setRead()
548 BluetoothMapAppParams ap) { in setConvoRead()
561 BluetoothMapAppParams ap) { in setPriority()
592 BluetoothMapAppParams ap) { in setAttachment()
647 BluetoothMapAppParams ap) { in setText()
676 BluetoothMapAppParams ap) { in setReceptionStatus()
[all …]
DBluetoothMnsObexClient.java243 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_NO) { in handleRegistration()
249 } else if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleRegistration()
449 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in sendEventHandler()
DBluetoothMapAppParams.java32 public class BluetoothMapAppParams { class
186 public BluetoothMapAppParams() { in BluetoothMapAppParams() method in BluetoothMapAppParams
206 public BluetoothMapAppParams(final byte[] appParams) in BluetoothMapAppParams() method in BluetoothMapAppParams
DBluetoothMapbMessageSms.java51 if (mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
DBluetoothMapContentObserver.java918 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()
2137 if (status == BluetoothMapAppParams.STATUS_VALUE_YES) { in setEmailMessageStatusDelete()
2162 } else if (status == BluetoothMapAppParams.STATUS_VALUE_NO) { in setEmailMessageStatusDelete()
2423 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) { in setMessageStatusDeleted()
2429 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) { in setMessageStatusDeleted()
2548 BluetoothMapAppParams ap, String emailBaseUri) in pushMessage()
2554 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? 0 in pushMessage()
2792 if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && folder.equalsIgnoreCase( in sendMmsMessage()
DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
599 if (appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
DBluetoothMapService.java441 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleMessage()