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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 74 public static final String ACTION_GEOFENCE_TRIGGERED = "geofence_triggered";
127 } else if (ACTION_GEOFENCE_TRIGGERED.equals(action)) {
184 Log.v(TAG, ACTION_GEOFENCE_TRIGGERED);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 74 public static final String ACTION_GEOFENCE_TRIGGERED = "geofence_triggered";
127 } else if (ACTION_GEOFENCE_TRIGGERED.equals(action)) {
184 Log.v(TAG, ACTION_GEOFENCE_TRIGGERED);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 73 public static final String ACTION_GEOFENCE_TRIGGERED = "geofence_triggered";
126 } else if (ACTION_GEOFENCE_TRIGGERED.equals(action)) {
183 Log.v(TAG, ACTION_GEOFENCE_TRIGGERED);

Completed in 761 milliseconds