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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialNameMatcher.java80 * @param matchPos Match Positions to mask as 1.
82 private void replaceBitInMask(StringBuilder builder, SmartDialMatchPosition matchPos) { argument
83 for (int i = matchPos.start; i < matchPos.end; ++i) {
132 SmartDialMatchPosition matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
133 if (matchPos == null) {
138 if (matchPos != null) {
139 replaceBitInMask(builder, matchPos);
142 return matchPos;
145 matchPos
[all...]

Completed in 145 milliseconds