Home
last modified time | relevance | path

Searched refs:KEY_GEOFENCE_ID (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java22 import static com.example.android.wearable.geofencing.Constants.KEY_GEOFENCE_ID;
91 putDataMapRequest.getDataMap().putString(KEY_GEOFENCE_ID, triggeredGeoFenceId); in onHandleIntent()
DConstants.java59 public static final String KEY_GEOFENCE_ID = "geofence_id"; field in Constants
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java36 public static final String KEY_GEOFENCE_ID = "geofence_id"; field in Constants
DHomeListenerService.java22 import static com.example.android.wearable.geofencing.Constants.KEY_GEOFENCE_ID;
78 .getString(KEY_GEOFENCE_ID); in onDataChanged()