Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java37 TextWatcher textWatcher = getTextWatcher(); in testAppendChars() local
73 TextWatcher textWatcher = getTextWatcher(); in testRemoveLastChars() local
102 TextWatcher textWatcher = getTextWatcher(); in testInsertChars() local
133 TextWatcher textWatcher = getTextWatcher(); in testStopFormatting() local
177 TextWatcher textWatcher = getTextWatcher(); in testRestartFormatting() local
230 TextWatcher textWatcher = getTextWatcher(); in testTextChangedByOtherTextWatcher() local
307 TextWatcher textWatcher = getTextWatcher(); in testReplacement() local
/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutOffsetMappingTest.java284 TextWatcher[] textWatcher = spannable.getSpans(0, spannable.length(), TextWatcher.class); in textWithOffsetMapping_onlyCallOnTextChanged_notCrash() local
325 TestNoBeforeTextChangeWatcherWrapper(TextWatcher textWatcher) { in TestNoBeforeTextChangeWatcherWrapper()