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 46 private final ArrayList<SmartDialMatchPosition> mMatchPositions = Lists.newArrayList();
82 private void replaceBitInMask(StringBuilder builder, SmartDialMatchPosition matchPos) {
123 * SmartDialMatchPosition with the matching positions otherwise
126 public SmartDialMatchPosition matchesNumber(String phoneNumber, String query, boolean useNanp) {
132 SmartDialMatchPosition matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
162 * SmartDialMatchPosition with the matching positions otherwise
164 public SmartDialMatchPosition matchesNumber(String phoneNumber) {
175 * SmartDialMatchPosition with the matching positions otherwise
177 public SmartDialMatchPosition matchesNumber(String phoneNumber, String query) {
189 * SmartDialMatchPosition with the matching positions otherwis
    [all...]

Completed in 47 milliseconds