Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java462 BluetoothMapAppParams appParams = null; in onPut()
996 BluetoothMapAppParams appParams = null; in onGet()
1145 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendMessageListingRsp()
1148 appParams = new BluetoothMapAppParams(); in sendMessageListingRsp()
1318 masFilterMask |= BluetoothMapAppParams.FILTER_NO_IM; in setMsgTypeFilterParams()
1360 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendConvoListingRsp()
1363 appParams = new BluetoothMapAppParams(); in sendConvoListingRsp()
1503 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendFolderListingRsp()
1508 appParams = new BluetoothMapAppParams(); in sendFolderListingRsp()
1737 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendGetMessageRsp()
[all …]
H A 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 …]
H A 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()
H A DBluetoothMapbMessageSms.java51 if (mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
H A 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
H A DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
599 if (appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
H A 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()
H A DBluetoothMapService.java455 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) { in handleMessage()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java159 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testPushGroupMMS()