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

  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 55 static boolean handleChars(Context context, String input) {
56 return handleChars(context, input, null);
81 static boolean handleChars(Context context,
99 * Variant of handleChars() that looks for the subset of "special
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 57 static boolean handleChars(Context context, String input, EditText textField) {
58 return handleChars(context, input, false, textField);
61 static boolean handleChars(Context context, String input) {
62 return handleChars(context, input, false, null);
65 static boolean handleChars(Context context, String input, boolean useSystemWindow,

Completed in 80 milliseconds