Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java311 setAttachment(appParams[i] & 0x01); // Lower bit in parseParams()
1174 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java591 private void setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setAttachment() method in BluetoothMapContent
2450 setAttachment(ele, tmpCursor, fi, ap); in msgListing()