Searched refs:setAttachment (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParamsTest.java | 95 appParams.setAttachment(TEST_ATTACHMENT); in encodeToBuffer_thenDecode() 168 appParams.setAttachment(TEST_ATTACHMENT); in settersAndGetters() 311 () -> appParams.setAttachment(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
|
D | BluetoothMapContentTest.java | 237 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/ |
D | BluetoothMapAppParams.java | 397 setAttachment(appParams[i] & 0x01); // Lower bit in parseParams() 1551 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment() method in BluetoothMapAppParams
|
D | BluetoothMapContent.java | 598 void setAttachment( in setAttachment() method in BluetoothMapContent 2409 setAttachment(ele, tmpCursor, fi, ap); in msgListing()
|