Searched refs:learnMore (Results 1 – 2 of 2) sorted by relevance
68 String learnMore = context.getString(R.string.general_learn_more); in create() local70 SpannableString contents = new SpannableString(String.format(contentFormatString, learnMore)); in create()73 contents.toString().contains(learnMore), in create()77 int learnMoreSpanStartIndex = contents.toString().lastIndexOf(learnMore); in create()78 int learnMoreSpanEndIndex = learnMoreSpanStartIndex + learnMore.length(); in create()
514 String learnMore = context.getString(R.string.dialer_terms_and_conditions_learn_more);515 return addLink(spannableTos, learnMore, getLearnMoreUrl());532 String learnMore = context.getString(R.string.dialer_terms_and_conditions_learn_more);533 return addLink(spannableTos, learnMore, getLearnMoreUrl());