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

  /frameworks/base/location/java/android/location/
CountryDetector.java 52 public class CountryDetector {
83 private final static String TAG = "CountryDetector";
93 public CountryDetector(ICountryDetector service) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 41 public class CountryDetector {
42 private static final String TAG = "CountryDetector";
47 private static CountryDetector sInstance;
76 private CountryDetector(Context context) {
82 private CountryDetector(Context context, TelephonyManager telephonyManager,
109 * Factory method for {@link CountryDetector} that allows the caller to provide mock objects.
112 public CountryDetector getInstanceForTest(Context context, TelephonyManager telephonyManager,
114 return new CountryDetector(context, telephonyManager, locationManager, localeProvider);
123 public synchronized static CountryDetector getInstance(Context context) {
125 sInstance = new CountryDetector(context.getApplicationContext())
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 96 milliseconds