Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java458 int numNonDialableCharsInB = 0; in compareLoosely() local
487 numNonDialableCharsInB++; in compareLoosely()
500 int effectiveBLen = b.length() - numNonDialableCharsInB; in compareLoosely()