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
484
final Locale
carrierLocale
= getLocaleFromCarrierProperties(mContext);
485
if (
carrierLocale
!= null && !TextUtils.isEmpty(
carrierLocale
.getCountry())) {
486
final String country =
carrierLocale
.getCountry();
[
all
...]
Completed in 103 milliseconds