Home
last modified time | relevance | path

Searched refs:getGeofenceEnabled (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionListActivity.java104 boolean geofenceEnabled = Utils.getGeofenceEnabled(this); in onOptionsItemSelected()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java133 public static boolean getGeofenceEnabled(Context context) { in getGeofenceEnabled() method in Utils
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java186 boolean geofenceEnabled = Utils.getGeofenceEnabled(this); in geofenceTriggered()