HomeSort by relevance Sort by last modified time
    Searched refs:LocationHelper (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
CallLocationImpl.java 30 private LocationHelper locationHelper;
40 return LocationHelper.canGetLocation(context);
50 locationHelper = new LocationHelper(context);
51 locationHelper.addLocationListener(locationFragment.getPresenter());
61 locationHelper.removeLocationListener(locationFragment.getPresenter());
62 locationHelper.close();
64 locationHelper = null;
LocationPresenter.java 76 int status = LocationHelper.checkLocation(location);
78 if (status == LocationHelper.LOCATION_STATUS_OK) {
86 } else if (status != LocationHelper.LOCATION_STATUS_NO_LOCATION) {
91 if (status == LocationHelper.LOCATION_STATUS_STALE) {
93 } else if (status == LocationHelper.LOCATION_STATUS_INACCURATE) {
LocationHelper.java 46 public class LocationHelper {
73 LocationHelper(Context context) {
81 LogUtil.i("LocationHelper.canGetLocation", "no location permissions.");
88 LogUtil.i("LocationHelper.canGetLocation", "location service is disabled.");
93 LogUtil.i("LocationHelper.canGetLocation", "location unavailable in FBE mode.");
110 LogUtil.i("LocationHelper.checkLocation", "no location");
117 LogUtil.i("LocationHelper.checkLocation", "stale location, age: " + elapsedTimeMs);
122 LogUtil.i("LocationHelper.checkLocation", "poor accuracy: " + location.getAccuracy());
144 LogUtil.enterBlock("LocationHelper.close");
155 LogUtil.i("LocationHelper.onLocationChanged", "location: " + location)
    [all...]
  /packages/apps/Dialer/
Android.mk 43 $(BASE_DIR)/incallui/calllocation/impl/LocationHelper.java \
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 273 milliseconds