Home
last modified time | relevance | path

Searched refs:setAttachment (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java95 appParams.setAttachment(TEST_ATTACHMENT); in encodeToBuffer_thenDecode()
168 appParams.setAttachment(TEST_ATTACHMENT); in settersAndGetters()
311 () -> appParams.setAttachment(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
DBluetoothMapContentTest.java237 mContent.setAttachment(mMessageListingElement, cursor, mInfo, mParams); in setAttachment_withTypeMms()
254 mContent.setAttachment(mMessageListingElement, cursor, mInfo, mParams); in setAttachment_withTypeEmail()
279 mContent.setAttachment(mMessageListingElement, cursor, mInfo, mParams); in setAttachment_withTypeIm()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java397 setAttachment(appParams[i] & 0x01); // Lower bit in parseParams()
1551 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java598 void setAttachment( in setAttachment() method in BluetoothMapContent
2409 setAttachment(ele, tmpCursor, fi, ap); in msgListing()