Home
last modified time | relevance | path

Searched refs:KEY_EXPIRATION_DURATION (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java22 import static com.example.android.wearable.geofencing.Constants.KEY_EXPIRATION_DURATION;
64 mPrefs.getLong(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION), in getGeofence()
92 prefs.putLong(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION), in setGeofence()
108 prefs.remove(getGeofenceFieldKey(id, KEY_EXPIRATION_DURATION)); in clearGeofence()
DConstants.java65 public static final String KEY_EXPIRATION_DURATION = field in Constants