HomeSort by relevance Sort by last modified time
    Searched refs:formattedText (Results 1 - 2 of 2) sorted by null

  /development/samples/Support4Demos/src/com/example/android/supportv4/text/
BidiFormatterSupport.java 40 String formattedText = String.format(text, phone);
43 tv_sample.setText(formattedText);
47 formattedText = String.format(text, wrappedPhone);
48 tv_bidiformatter.setText(formattedText);
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java 190 final CharSequence formattedText;
192 formattedText = addBoldAndColor(text, highlightColor);
194 formattedText = text;
197 views.callTypeAndDate.setText(formattedText);

Completed in 2112 milliseconds