HomeSort by relevance Sort by last modified time
    Searched defs:SmartDialMatchPosition (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 29 public class SmartDialMatchPosition {
30 private static final String TAG = SmartDialMatchPosition.class.getSimpleName();
35 public SmartDialMatchPosition(int start, int end) {
52 public static void advanceMatchPositions(ArrayList<SmartDialMatchPosition> inList,
64 public static void print(ArrayList<SmartDialMatchPosition> list) {
66 SmartDialMatchPosition m = list.get(i);
SmartDialNameMatcher.java 47 private final ArrayList<SmartDialMatchPosition> mMatchPositions = Lists.newArrayList();
83 private void replaceBitInMask(StringBuilder builder, SmartDialMatchPosition matchPos) {
124 * SmartDialMatchPosition with the matching positions otherwise
128 public SmartDialMatchPosition matchesNumber(String phoneNumber, String query, boolean useNanp) {
137 SmartDialMatchPosition matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
167 * SmartDialMatchPosition with the matching positions otherwise
169 public SmartDialMatchPosition matchesNumber(String phoneNumber) {
180 * SmartDialMatchPosition with the matching positions otherwise
182 public SmartDialMatchPosition matchesNumber(String phoneNumber, String query) {
194 * SmartDialMatchPosition with the matching positions otherwis
    [all...]

Completed in 3515 milliseconds