HomeSort by relevance Sort by last modified time
    Searched defs:isNetworkCountryCodeAvailable (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/location/
CountryDetector.java 82 if (isNetworkCountryCodeAvailable()) {
122 private boolean isNetworkCountryCodeAvailable() {
  /packages/apps/Dialer/java/com/android/dialer/location/
CountryDetector.java 139 if (isNetworkCountryCodeAvailable()) {
188 private boolean isNetworkCountryCodeAvailable() {
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 210 private boolean isNetworkCountryCodeAvailable() {
223 if (isNetworkCountryCodeAvailable()) {
443 if (!isNetworkCountryCodeAvailable()) {

Completed in 295 milliseconds