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

  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 71 static boolean handleChars(Context context, String input) {
72 return handleChars(context, input, null);
97 static boolean handleChars(Context context,
116 * Variant of handleChars() that looks for the subset of "special
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 84 public static boolean handleChars(Context context, String input, EditText textField) {
85 return handleChars(context, input, false, textField);
88 static boolean handleChars(Context context, String input) {
89 return handleChars(context, input, false, null);
92 static boolean handleChars(Context context, String input, boolean useSystemWindow,

Completed in 44 milliseconds