OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasCountryCodeSource
(Results
1 - 3
of
3
) sorted by null
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java
146
private boolean
hasCountryCodeSource
;
148
public boolean
hasCountryCodeSource
() { return
hasCountryCodeSource
; }
154
hasCountryCodeSource
= true;
159
hasCountryCodeSource
= false;
214
if (other.
hasCountryCodeSource
()) {
276
if (
hasCountryCodeSource
()) {
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
Phonenumber.java
167
private boolean
hasCountryCodeSource
;
169
public boolean
hasCountryCodeSource
() { return
hasCountryCodeSource
; }
176
hasCountryCodeSource
= true;
181
hasCountryCodeSource
= false;
236
if (other.
hasCountryCodeSource
()) {
298
if (
hasCountryCodeSource
()) {
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberUtilTest.java
[
all
...]
Completed in 48 milliseconds