Searched refs:mTransformedText (Results 1 – 2 of 2) sorted by relevance
82 private CharSequence mTransformedText; field in PasswordTransformationMethodTest161 mTransformedText = mMethod.getTransformation(mEditText.getText(), mEditText)); in testTextChangedCallBacks()184 assertEquals("\u2022\u2022\u2022\u2022\u2022 ", mTransformedText.toString()); in testTextChangedCallBacks()191 PollingCheck.waitFor(() -> mTransformedText.toString() in testTextChangedCallBacks()
193 private CharSequence mTransformedText; field in TextViewTest3805 mTransformedText = method.getTransformation(mTextView.getText(), mTextView); in testAccessTransformationMethod()3819 PollingCheck.waitFor(TIMEOUT, () -> mTransformedText.toString() in testAccessTransformationMethod()