Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DMessageDetailsDialog.java358 final ParticipantData self, final StringBuilder outString) { in appendSimInfo() argument
369 outString.append('\n'); in appendSimInfo()
370 outString.append(res.getString(R.string.sim_label)); in appendSimInfo()
374 outString.append(res.getString(R.string.sim_slot_identifier, in appendSimInfo()
377 outString.append(subscriptionName); in appendSimInfo()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1362 String outString = null; in sendMASInstanceInformationRsp() local
1369 outString = (mAccount.getName() != null) ? mAccount.getName() : in sendMASInstanceInformationRsp()
1372 outString = mAccount.getUciFull(); in sendMASInstanceInformationRsp()
1373 if(outString == null) { in sendMASInstanceInformationRsp()
1388 outString = sb.toString(); in sendMASInstanceInformationRsp()
1392 outString = BluetoothMapMasInstance.TYPE_SMS_MMS_STR; in sendMASInstanceInformationRsp()
1400 outBytes = BluetoothMapUtils.truncateUtf8StringToBytearray(outString, in sendMASInstanceInformationRsp()