OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:haspreferreddomesticcarriercode
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
148
private boolean
hasPreferredDomesticCarrierCode
;
150
public boolean
hasPreferredDomesticCarrierCode
() { return
hasPreferredDomesticCarrierCode
; }
156
hasPreferredDomesticCarrierCode
= true;
161
hasPreferredDomesticCarrierCode
= false;
196
if (other.
hasPreferredDomesticCarrierCode
()) {
213
hasPreferredDomesticCarrierCode
() == other.
hasPreferredDomesticCarrierCode
());
235
hash = (53 * hash) + (
hasPreferredDomesticCarrierCode
() ? 1231 : 1237);
253
if (
hasPreferredDomesticCarrierCode
()) {
[
all
...]
PhoneNumberUtil.java
[
all
...]
Completed in 39 milliseconds