Home
last modified time | relevance | path

Searched refs:storeGeofenceEnabled (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionListActivity.java105 Utils.storeGeofenceEnabled(this, !geofenceEnabled); in onOptionsItemSelected()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java123 public static void storeGeofenceEnabled(Context context, boolean enable) { in storeGeofenceEnabled() method in Utils