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

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 75 public static final int INVALID_INT_VALUE = -999;
SimpleGeofenceStore.java 20 import static com.example.android.wearable.geofencing.Constants.INVALID_INT_VALUE;
67 INVALID_INT_VALUE);
73 && transitionType != INVALID_INT_VALUE) {
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 75 public static final int INVALID_INT_VALUE = -999;
SimpleGeofenceStore.java 20 import static com.example.android.wearable.geofencing.Constants.INVALID_INT_VALUE;
67 INVALID_INT_VALUE);
73 && transitionType != INVALID_INT_VALUE) {
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java 75 public static final int INVALID_INT_VALUE = -999;
SimpleGeofenceStore.java 20 import static com.example.android.wearable.geofencing.Constants.INVALID_INT_VALUE;
67 INVALID_INT_VALUE);
73 && transitionType != INVALID_INT_VALUE) {

Completed in 38 milliseconds