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

  /frameworks/base/location/java/android/location/
CountryDetector.java 50 public class CountryDetector {
81 private final static String TAG = "CountryDetector";
91 public CountryDetector(ICountryDetector service) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 43 public class CountryDetector {
44 private static final String TAG = "CountryDetector";
49 private static CountryDetector sInstance;
78 private CountryDetector(Context context) {
84 private CountryDetector(Context context, TelephonyManager telephonyManager,
116 * Factory method for {@link CountryDetector} that allows the caller to provide mock objects.
119 public CountryDetector getInstanceForTest(Context context, TelephonyManager telephonyManager,
121 return new CountryDetector(context, telephonyManager, locationManager, localeProvider);
130 public synchronized static CountryDetector getInstance(Context context) {
132 sInstance = new CountryDetector(context.getApplicationContext())
    [all...]

Completed in 64 milliseconds