Searched refs:outString (Results 1 – 2 of 2) sorted by relevance
358 final ParticipantData self, final StringBuilder outString) { in appendSimInfo() argument369 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()
1362 String outString = null; in sendMASInstanceInformationRsp() local1369 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()