OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geofenceList
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java
113
List<Geofence>
geofenceList
= new ArrayList<Geofence>();
116
geofenceList
.add(new Geofence.Builder()
123
return
geofenceList
;
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java
113
List<Geofence>
geofenceList
= new ArrayList<Geofence>();
116
geofenceList
.add(new Geofence.Builder()
123
return
geofenceList
;
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
TouristAttractions.java
113
List<Geofence>
geofenceList
= new ArrayList<Geofence>();
116
geofenceList
.add(new Geofence.Builder()
123
return
geofenceList
;
Completed in 100 milliseconds