Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DRecipientsAdapter.java163 String cons = null; in runQueryOnBackgroundThread() local
166 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() argument
230 int len = cons.length(); in usefulAsDigits()
233 char c = cons.charAt(i); in usefulAsDigits()