Searched refs:cons (Results 1 – 1 of 1) sorted by relevance
163 String cons = null; in runQueryOnBackgroundThread() local166 cons = constraint.toString(); in runQueryOnBackgroundThread()168 if (usefulAsDigits(cons)) { in runQueryOnBackgroundThread()169 phone = PhoneNumberUtils.convertKeypadLettersToDigits(cons); in runQueryOnBackgroundThread()170 if (phone.equals(cons)) { in runQueryOnBackgroundThread()179 .appendPath(cons) in runQueryOnBackgroundThread()214 result[5] = cons; // NAME in runQueryOnBackgroundThread()229 private boolean usefulAsDigits(CharSequence cons) { in usefulAsDigits() argument230 int len = cons.length(); in usefulAsDigits()233 char c = cons.charAt(i); in usefulAsDigits()