Searched refs:formatString (Results 1 – 2 of 2) sorted by relevance
232 String formatString = res.getString(R.string.respond_via_sms_confirmation_format); in onItemClick() local233 String confirmationMsg = String.format(formatString, mPhoneNumber); in onItemClick()
555 final String formatString = context.getResources().getString( in getSingleMessageInboxLine() local560 final String instantiatedString = String.format(formatString, senders, subjectSnippet); in getSingleMessageInboxLine()564 final boolean isOrderReversed = formatString.indexOf("%2$s") < in getSingleMessageInboxLine()565 formatString.indexOf("%1$s"); in getSingleMessageInboxLine()