OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPreferredDomesticCarrierCode
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
164
private boolean
hasPreferredDomesticCarrierCode
;
166
public boolean
hasPreferredDomesticCarrierCode
() { return
hasPreferredDomesticCarrierCode
; }
172
hasPreferredDomesticCarrierCode
= true;
177
hasPreferredDomesticCarrierCode
= false;
216
if (other.
hasPreferredDomesticCarrierCode
()) {
234
hasPreferredDomesticCarrierCode
() == other.
hasPreferredDomesticCarrierCode
());
257
hash = (53 * hash) + (
hasPreferredDomesticCarrierCode
() ? 1231 : 1237);
278
if (
hasPreferredDomesticCarrierCode
()) {
[
all
...]
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
Completed in 32 milliseconds