Searched refs:formatStr (Results 1 – 2 of 2) sorted by relevance
145 final String formatStr = ctx.getResources().getString(R.string.toast_format_string); in onReceive() local146 Toast.makeText(ctx, String.format(formatStr, day), Toast.LENGTH_SHORT).show(); in onReceive()196 String formatStr = context.getResources().getString(R.string.header_format_string); in buildLayout() local197 String header = String.format(formatStr, temp, in buildLayout()
84 final String formatStr = mContext.getResources().getString(R.string.item_format_string); in getViewAt() local87 rv.setTextViewText(R.id.widget_item, String.format(formatStr, temp, day)); in getViewAt()