HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_LONG_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 73 public static final long INVALID_LONG_VALUE = -999l;
SimpleGeofenceStore.java 21 import static com.example.android.wearable.geofencing.Constants.INVALID_LONG_VALUE;
65 INVALID_LONG_VALUE);
72 && expirationDuration != INVALID_LONG_VALUE
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 73 public static final long INVALID_LONG_VALUE = -999l;
SimpleGeofenceStore.java 21 import static com.example.android.wearable.geofencing.Constants.INVALID_LONG_VALUE;
65 INVALID_LONG_VALUE);
72 && expirationDuration != INVALID_LONG_VALUE
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java 73 public static final long INVALID_LONG_VALUE = -999l;
SimpleGeofenceStore.java 21 import static com.example.android.wearable.geofencing.Constants.INVALID_LONG_VALUE;
65 INVALID_LONG_VALUE);
72 && expirationDuration != INVALID_LONG_VALUE

Completed in 41 milliseconds