Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java52 protected void onPostExecute(PhoneNumberFormattingTextWatcher watcher) { in onPostExecute()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java50 final EchoingTextWatcher watcher = new EchoingTextWatcher(editText); in attachTo() local