OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGeofenceFieldKey
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java
57
double lat = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE),
59
double lng = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE),
61
float radius = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_RADIUS),
64
mPrefs.getLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
66
int transitionType = mPrefs.getInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE),
89
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE), (float) geofence.getLatitude());
90
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE), (float) geofence.getLongitude());
91
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_RADIUS), geofence.getRadius());
92
prefs.putLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
94
prefs.putInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE)
[
all
...]
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java
57
double lat = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE),
59
double lng = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE),
61
float radius = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_RADIUS),
64
mPrefs.getLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
66
int transitionType = mPrefs.getInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE),
89
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE), (float) geofence.getLatitude());
90
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE), (float) geofence.getLongitude());
91
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_RADIUS), geofence.getRadius());
92
prefs.putLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
94
prefs.putInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE)
[
all
...]
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java
57
double lat = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE),
59
double lng = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE),
61
float radius = mPrefs.getFloat(
getGeofenceFieldKey
(id, KEY_RADIUS),
64
mPrefs.getLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
66
int transitionType = mPrefs.getInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE),
89
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LATITUDE), (float) geofence.getLatitude());
90
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_LONGITUDE), (float) geofence.getLongitude());
91
prefs.putFloat(
getGeofenceFieldKey
(id, KEY_RADIUS), geofence.getRadius());
92
prefs.putLong(
getGeofenceFieldKey
(id, KEY_EXPIRATION_DURATION),
94
prefs.putInt(
getGeofenceFieldKey
(id, KEY_TRANSITION_TYPE)
[
all
...]
Completed in 492 milliseconds