OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countryCodeSource_
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
39
countryCodeSource_
= CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
146
private CountryCodeSource
countryCodeSource_
;
148
public CountryCodeSource getCountryCodeSource() { return
countryCodeSource_
; }
154
countryCodeSource_
= value;
159
countryCodeSource_
= CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
232
rawInput_.equals(other.rawInput_) &&
countryCodeSource_
== other.
countryCodeSource_
&&
276
outputString.append(" Country Code Source: ").append(
countryCodeSource_
);
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 41 milliseconds