OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleChars
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java
74
static boolean
handleChars
(Context context, String input) {
75
return
handleChars
(context, input, null);
100
static boolean
handleChars
(Context context,
119
* Variant of
handleChars
() that looks for the subset of "special
/packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java
135
public static boolean
handleChars
(Context context, String input, EditText textField) {
Completed in 1830 milliseconds