Searched refs:GeofenceTransitionsIntentService (Results 1 – 2 of 2) sorted by relevance
46 public class GeofenceTransitionsIntentService extends IntentService class51 public GeofenceTransitionsIntentService() { in GeofenceTransitionsIntentService() method in GeofenceTransitionsIntentService52 super(GeofenceTransitionsIntentService.class.getSimpleName()); in GeofenceTransitionsIntentService()
190 Intent intent = new Intent(this, GeofenceTransitionsIntentService.class); in getGeofenceTransitionPendingIntent()