Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
DSmartDialNameMatcher.java45 private boolean shouldMatchEmptyQuery = false; field in SmartDialNameMatcher
115 return shouldMatchEmptyQuery ? new SmartDialMatchPosition(0, 0) : null; in matchesNumber()
167 return shouldMatchEmptyQuery ? new SmartDialMatchPosition(offset, offset) : null; in matchesNumberWithOffset()
428 shouldMatchEmptyQuery = matches; in setShouldMatchEmptyQuery()