Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java46 public class GeofenceTransitionsIntentService extends IntentService class
51 public GeofenceTransitionsIntentService() { in GeofenceTransitionsIntentService() method in GeofenceTransitionsIntentService
52 super(GeofenceTransitionsIntentService.class.getSimpleName()); in GeofenceTransitionsIntentService()
DMainActivity.java190 Intent intent = new Intent(this, GeofenceTransitionsIntentService.class); in getGeofenceTransitionPendingIntent()