Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DConstants.java70 public static final String KEY_PREFIX = "com.example.wearable.geofencing.KEY"; field in Constants
DSimpleGeofenceStore.java25 import static com.example.android.wearable.geofencing.Constants.KEY_PREFIX;
121 return KEY_PREFIX + "_" + id + "_" + fieldName; in getGeofenceFieldKey()