Searched refs:KEY_PREFIX (Results 1 – 2 of 2) sorted by relevance
70 public static final String KEY_PREFIX = "com.example.wearable.geofencing.KEY"; field in Constants
25 import static com.example.android.wearable.geofencing.Constants.KEY_PREFIX;121 return KEY_PREFIX + "_" + id + "_" + fieldName; in getGeofenceFieldKey()