Home | History | Annotate | Download | only in com.example.android.wearable.geofencing

Lines Matching refs:Geofence

44 import com.google.android.gms.location.Geofence;
53 // Internal List of Geofence objects. In a real app, these might be provided by an API based on
55 List<Geofence> mGeofenceList;
65 // Stores the PendingIntent used to request geofence monitoring.
76 // Rather than displayng this activity, simply display a toast indicating that the geofence
92 // Instantiate a new geofence storage area.
95 mGeofenceList = new ArrayList<Geofence>();
104 // Create internal "flattened" objects containing the geofence data.
111 Geofence.GEOFENCE_TRANSITION_ENTER | Geofence.GEOFENCE_TRANSITION_EXIT
119 Geofence.GEOFENCE_TRANSITION_ENTER | Geofence.GEOFENCE_TRANSITION_EXIT
122 // Store these flat versions in SharedPreferences and add them to the geofence list.
151 // Get the PendingIntent for the geofence monitoring request.
186 * Create a PendingIntent that triggers GeofenceTransitionIntentService when a geofence