Searched refs:mStopFormatting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java75 private boolean mStopFormatting; field in class:PhoneNumberFormattingTextWatcher
102 if (mSelfChange || mStopFormatting) {
120 if (mSelfChange || mStopFormatting) {
141 if (mStopFormatting) {
143 mStopFormatting = !(s.length() == 0);
202 mStopFormatting = true;

Completed in 19 milliseconds