Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DConstants.java31 public static final String ANDROID_BUILDING_ID = "1"; field in Constants
DHomeListenerService.java21 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_ID;
107 if (ANDROID_BUILDING_ID.equals(geofenceId)) { in postNotificationForGeofenceId()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java19 import static com.example.android.wearable.geofencing.Constants.ANDROID_BUILDING_ID;
106 ANDROID_BUILDING_ID, // geofenceId. in createGeofences()
123 mGeofenceStorage.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence); in createGeofences()
DConstants.java41 public static final String ANDROID_BUILDING_ID = "1"; field in Constants