HomeSort by relevance Sort by last modified time
    Searched refs:GeofenceTransitionsIntentService (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 46 public class GeofenceTransitionsIntentService extends IntentService
51 public GeofenceTransitionsIntentService() {
52 super(GeofenceTransitionsIntentService.class.getSimpleName());
MainActivity.java 190 Intent intent = new Intent(this, GeofenceTransitionsIntentService.class);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 46 public class GeofenceTransitionsIntentService extends IntentService
51 public GeofenceTransitionsIntentService() {
52 super(GeofenceTransitionsIntentService.class.getSimpleName());
MainActivity.java 190 Intent intent = new Intent(this, GeofenceTransitionsIntentService.class);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java 46 public class GeofenceTransitionsIntentService extends IntentService
51 public GeofenceTransitionsIntentService() {
52 super(GeofenceTransitionsIntentService.class.getSimpleName());
MainActivity.java 190 Intent intent = new Intent(this, GeofenceTransitionsIntentService.class);

Completed in 87 milliseconds