OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountryCodeSource
(Results
1 - 4
of
4
) sorted by null
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhonenumberTest.java
20
import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.
CountryCodeSource
;
57
setCountryCodeSource(
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN);
60
setCountryCodeSource(
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN);
79
setCountryCodeSource(
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN);
85
setCountryCodeSource(
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN);
PhoneNumberUtilTest.java
24
import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.
CountryCodeSource
;
[
all
...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java
31
public enum
CountryCodeSource
{
39
countryCodeSource_ =
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN;
128
// optional
CountryCodeSource
country_code_source = 6;
130
private
CountryCodeSource
countryCodeSource_;
132
public
CountryCodeSource
getCountryCodeSource() { return countryCodeSource_; }
133
public PhoneNumber setCountryCodeSource(
CountryCodeSource
value) {
143
countryCodeSource_ =
CountryCodeSource
.FROM_NUMBER_WITH_PLUS_SIGN;
PhoneNumberUtil.java
24
import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.
CountryCodeSource
;
[
all
...]
Completed in 1422 milliseconds