Searched refs:userProvidedHomeCountry (Results 1 – 1 of 1) sorted by relevance
35 private final String userProvidedHomeCountry; field in LocationDetector38 @NonNull TelephonyManager telephonyManager, @Nullable String userProvidedHomeCountry) { in LocationDetector() argument44 this.userProvidedHomeCountry = userProvidedHomeCountry; in LocationDetector()56 if (!TextUtils.isEmpty(userProvidedHomeCountry)) { in getUpperCaseUserHomeCountry()59 return Optional.of(userProvidedHomeCountry.toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()