Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java462 BluetoothMapAppParams appParams = null; in onPut()
473 appParams = new BluetoothMapAppParams(appParamRaw); in onPut()
649 private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams, in pushMessage()
651 if (appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
784 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus()
794 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setMessageStatus()
795 || value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setMessageStatus()
820 if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) { in setMessageStatus()
828 } else if (indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) { in setMessageStatus()
846 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()
DBluetoothMapbMessageSms.java51 if (mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
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
DBluetoothMapContentObserver.java920 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in setNotificationRegistration()
2150 if (status == BluetoothMapAppParams.STATUS_VALUE_YES) { in setEmailMessageStatusDelete()
2175 } else if (status == BluetoothMapAppParams.STATUS_VALUE_NO) { in setEmailMessageStatusDelete()
2436 if (statusValue == BluetoothMapAppParams.STATUS_VALUE_YES) { in setMessageStatusDeleted()
2442 } else if (statusValue == BluetoothMapAppParams.STATUS_VALUE_NO) { in setMessageStatusDeleted()
2592 BluetoothMapAppParams ap, String emailBaseUri) in pushMessage()
2598 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? 0 in pushMessage()
2848 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.java455 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java159 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testPushGroupMMS()