OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:carrierlocale
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java
475
final Locale
carrierLocale
= getLocaleFromCarrierProperties(mContext);
476
if (
carrierLocale
!= null && !TextUtils.isEmpty(
carrierLocale
.getCountry())) {
477
final String country =
carrierLocale
.getCountry();
[
all
...]
Completed in 84 milliseconds