Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DCustomListPreference.java80 private int mClickedDialogEntryIndex; field in CustomListPreference.CustomListPreferenceDialogFragment
97 mClickedDialogEntryIndex = getCustomizablePreference() in onPrepareDialogBuilder()
114 mClickedDialogEntryIndex = savedInstanceState.getInt(KEY_CLICKED_ENTRY_INDEX, in onCreateDialog()
115 mClickedDialogEntryIndex); in onCreateDialog()
124 outState.putInt(KEY_CLICKED_ENTRY_INDEX, mClickedDialogEntryIndex); in onSaveInstanceState()
146 mClickedDialogEntryIndex = which; in setClickedDialogEntryIndex()
151 if (mClickedDialogEntryIndex >= 0 && preference.getEntryValues() != null) { in getValue()
152 return preference.getEntryValues()[mClickedDialogEntryIndex].toString(); in getValue()