Searched defs:setRecipientName (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java129 public void setRecipientName(String recipientName) { method in class:BluetoothMapMessageListingElement
H A DBluetoothMapContent.java970 private void setRecipientName(BluetoothMapMessageListingElement e, Cursor c, method in class:BluetoothMapContent
997 if (V) Log.v(TAG, "setRecipientName: " + name);
1000 e.setRecipientName(name);
2252 setRecipientName(ele, tmpCursor, fi, ap);

Completed in 28 milliseconds