OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGeofenceStorage
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
62
private SimpleGeofenceStore
mGeofenceStorage
;
93
mGeofenceStorage
= new SimpleGeofenceStore(this);
123
mGeofenceStorage
.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124
mGeofenceStorage
.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java
62
private SimpleGeofenceStore
mGeofenceStorage
;
93
mGeofenceStorage
= new SimpleGeofenceStore(this);
123
mGeofenceStorage
.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124
mGeofenceStorage
.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java
62
private SimpleGeofenceStore
mGeofenceStorage
;
93
mGeofenceStorage
= new SimpleGeofenceStore(this);
123
mGeofenceStorage
.setGeofence(ANDROID_BUILDING_ID, mAndroidBuildingGeofence);
124
mGeofenceStorage
.setGeofence(YERBA_BUENA_ID, mYerbaBuenaGeofence);
Completed in 40 milliseconds