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

  /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,
TwelveKeyDialer.java 174 if (SpecialCharSequenceMgr.handleChars(this, input.toString(), mDigits)) {
    [all...]
  /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
IccNetworkDepersonalizationPanel.java 76 if (SpecialCharSequenceMgr.handleChars(

Completed in 184 milliseconds