OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_EXPIRATION_DURATION
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
65
public static final String
KEY_EXPIRATION_DURATION
=
66
"com.example.wearable.geofencing.
KEY_EXPIRATION_DURATION
";
SimpleGeofenceStore.java
22
import static com.example.android.wearable.geofencing.Constants.
KEY_EXPIRATION_DURATION
;
64
mPrefs.getLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
92
prefs.putLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
108
prefs.remove(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
));
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java
65
public static final String
KEY_EXPIRATION_DURATION
=
66
"com.example.wearable.geofencing.
KEY_EXPIRATION_DURATION
";
SimpleGeofenceStore.java
22
import static com.example.android.wearable.geofencing.Constants.
KEY_EXPIRATION_DURATION
;
64
mPrefs.getLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
92
prefs.putLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
108
prefs.remove(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
));
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
Constants.java
65
public static final String
KEY_EXPIRATION_DURATION
=
66
"com.example.wearable.geofencing.
KEY_EXPIRATION_DURATION
";
SimpleGeofenceStore.java
22
import static com.example.android.wearable.geofencing.Constants.
KEY_EXPIRATION_DURATION
;
64
mPrefs.getLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
92
prefs.putLong(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
),
108
prefs.remove(getGeofenceFieldKey(id,
KEY_EXPIRATION_DURATION
));
Completed in 34 milliseconds