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 211 final CharSequence formattedText;
213 formattedText = addBoldAndColor(text, highlightColor);
215 formattedText = text;
218 views.callTypeAndDate.setText(formattedText);

Completed in 438 milliseconds