OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentCountryIso
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java
231
String
currentCountryIso
= GeoUtil.getCurrentCountryIso(getActivity());
233
getActivity(),
currentCountryIso
), true, true);
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java
255
final String
currentCountryIso
= GeoUtil.getCurrentCountryIso(getActivity());
257
new ContactInfoHelper(getActivity(),
currentCountryIso
), false, false);
Completed in 212 milliseconds