OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expirationDuration
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java
63
long
expirationDuration
=
72
&&
expirationDuration
!= INVALID_LONG_VALUE
74
return new SimpleGeofence(id, lat, lng, radius,
expirationDuration
, transitionType);
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java
63
long
expirationDuration
=
72
&&
expirationDuration
!= INVALID_LONG_VALUE
74
return new SimpleGeofence(id, lat, lng, radius,
expirationDuration
, transitionType);
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java
63
long
expirationDuration
=
72
&&
expirationDuration
!= INVALID_LONG_VALUE
74
return new SimpleGeofence(id, lat, lng, radius,
expirationDuration
, transitionType);
Completed in 6095 milliseconds