Searched refs:mTransformedText (Results 1 – 2 of 2) sorted by relevance
98 private CharSequence mTransformedText; field in PasswordTransformationMethodTest187 mTransformedText = mMethod.getTransformation(mEditText.getText(), mEditText)); in testTextChangedCallBacks()210 assertEquals("\u2022\u2022\u2022\u2022\u2022 ", mTransformedText.toString()); in testTextChangedCallBacks()217 PollingCheck.waitFor(() -> mTransformedText.toString() in testTextChangedCallBacks()
227 private CharSequence mTransformedText; field in TextViewTest4146 mTransformedText = method.getTransformation(mTextView.getText(), mTextView); in testAccessTransformationMethod()4160 PollingCheck.waitFor(TIMEOUT, () -> mTransformedText.toString() in testAccessTransformationMethod()