Searched refs:mStopFormatting (Results 1 – 2 of 2) sorted by relevance
57 private boolean mStopFormatting; field in PhoneNumberFormattingTextWatcher85 if (mSelfChange || mStopFormatting) { in beforeTextChanged()96 if (mSelfChange || mStopFormatting) { in onTextChanged()107 if (mStopFormatting) { in afterTextChanged()109 mStopFormatting = !(s.length() == 0); in afterTextChanged()176 mStopFormatting = true; in stopFormatting()
54101 Landroid/telephony/PhoneNumberFormattingTextWatcher;->mStopFormatting:Z