Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java93 public static void storeLocation(Context context, LatLng location) { in storeLocation() method in Utils
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java266 Utils.storeLocation(this, latLngLocation); in locationUpdated()