Home
last modified time | relevance | path

Searched refs:SHARED_PREFERENCES (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java40 private static final String SHARED_PREFERENCES = "SharedPreferences"; field in SimpleGeofenceStore
46 mPrefs = context.getSharedPreferences(SHARED_PREFERENCES, Context.MODE_PRIVATE); in SimpleGeofenceStore()