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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 149 * Add geofences using Play Services
185 // Check if geofences are enabled
188 // Extract the geofences from the intent
190 List<Geofence> geofences = event.getTriggeringGeofences(); local
192 if (geofenceEnabled && geofences != null && geofences.size() > 0) {
195 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 149 * Add geofences using Play Services
185 // Check if geofences are enabled
188 // Extract the geofences from the intent
190 List<Geofence> geofences = event.getTriggeringGeofences(); local
192 if (geofenceEnabled && geofences != null && geofences.size() > 0) {
195 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 149 * Add geofences using Play Services
185 // Check if geofences are enabled
188 // Extract the geofences from the intent
190 List<Geofence> geofences = event.getTriggeringGeofences(); local
192 if (geofenceEnabled && geofences != null && geofences.size() > 0) {
195 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP);

Completed in 99 milliseconds