OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleChars
(Results
1 - 5
of
5
) 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
(
IccPinUnlockPanel.java
97
if (SpecialCharSequenceMgr.
handleChars
(
Completed in 3764 milliseconds