HomeSort by relevance Sort by last modified time
    Searched refs:mGeofenceList (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 55 List<Geofence> mGeofenceList;
95 mGeofenceList = new ArrayList<Geofence>();
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 55 List<Geofence> mGeofenceList;
95 mGeofenceList = new ArrayList<Geofence>();
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java 55 List<Geofence> mGeofenceList;
95 mGeofenceList = new ArrayList<Geofence>();
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,

Completed in 59 milliseconds