Home | History | Annotate | Download | only in provider

Lines Matching refs:Country

27 import android.location.Country;
206 * The ISO 3166-1 two letters country code of the country where the
288 * The string represents a city, state, or country associated with the number.
326 * The cached phone number, formatted with formatting rules based on the country the
362 * current country code.
597 * on the user's current country.
626 final Country country = detector.detectCountry();
627 if (country != null) {
628 countryIso = country.getCountryIso();