HomeSort by relevance Sort by last modified time
    Searched refs:SHARED_PREFERENCES (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 40 private static final String SHARED_PREFERENCES = "SharedPreferences";
46 mPrefs = context.getSharedPreferences(SHARED_PREFERENCES, Context.MODE_PRIVATE);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 40 private static final String SHARED_PREFERENCES = "SharedPreferences";
46 mPrefs = context.getSharedPreferences(SHARED_PREFERENCES, Context.MODE_PRIVATE);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java 40 private static final String SHARED_PREFERENCES = "SharedPreferences";
46 mPrefs = context.getSharedPreferences(SHARED_PREFERENCES, Context.MODE_PRIVATE);

Completed in 92 milliseconds