OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ccca
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java
567
CountryCallingCodeAndNewIndex
cccA
=
575
if (
cccA
!= null && cccB != null) {
576
if (
cccA
.countryCallingCode != cccB.countryCallingCode) {
584
forwardIndexA =
cccA
.newIndex;
586
} else if (
cccA
== null && cccB == null) {
591
if (
cccA
!= null) {
592
forwardIndexA =
cccA
.newIndex;
[
all
...]
Completed in 622 milliseconds