Home
last modified time | relevance | path

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

/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
DMainActivity.java38 private static final String PREF_SPINNER_POS = "spinner_pos"; field in MainActivity
85 int selection = mPrefs.getInt(PREF_SPINNER_POS, PREF_SPINNER_VALUE_ISNULL); in onCreate()
101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); in onCreate()
106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()