OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShortCode
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java
270
} else if (
isShortCode
(dialString, phone)) {
513
isShortCode
() {
546
static private boolean
isShortCode
(String dialString, ImsPhone phone) {
568
* Helper function for
isShortCode
. Returns true if dialString appears to be
669
if (
isShortCode
()) return true;
700
if (
isShortCode
()) {
701
Rlog.d(LOG_TAG, "
isShortCode
");
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
223
} else if (
isShortCode
(dialString, phone)) {
488
isShortCode
() {
521
static private boolean
isShortCode
(String dialString, GSMPhone phone) {
543
* Helper function for
isShortCode
. Returns true if dialString appears to be
646
if (
isShortCode
()) {
647
Rlog.d(LOG_TAG, "
isShortCode
");
[
all
...]
Completed in 34 milliseconds