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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
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);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
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);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
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 473 milliseconds