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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 30 * Load {@link TextWatcherLoadAsyncTask} in a worker thread and set it to a {@link TextView}.
32 private static class TextWatcherLoadAsyncTask extends
37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) {
70 new TextWatcherLoadAsyncTask(GeoUtil.getCurrentCountryIso(context), textView)
  /packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java 30 * Load {@link TextWatcherLoadAsyncTask} in a worker thread and set it to a {@link TextView}.
32 private static class TextWatcherLoadAsyncTask extends
37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) {
70 new TextWatcherLoadAsyncTask(MmsApp.getApplication().getCurrentCountryIso(), textView)

Completed in 173 milliseconds