Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java57 private boolean mStopFormatting; field in PhoneNumberFormattingTextWatcher
85 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54101 Landroid/telephony/PhoneNumberFormattingTextWatcher;->mStopFormatting:Z