OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasnointernationaldialling
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java
479
private boolean
hasNoInternationalDialling
;
481
public boolean
hasNoInternationalDialling
() { return
hasNoInternationalDialling
; }
487
hasNoInternationalDialling
= true;
716
objectOutput.writeBoolean(
hasNoInternationalDialling
);
717
if (
hasNoInternationalDialling
) {
[
all
...]
Completed in 68 milliseconds