Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java160 int checkedIndex = ALWAYS_ASK_CONDITION_INDEX; in setupRadioButtons() local
162 checkedIndex = FOREVER_CONDITION_INDEX; in setupRadioButtons()
164 checkedIndex = COUNTDOWN_CONDITION_INDEX; in setupRadioButtons()
173 getConditionTagAt(checkedIndex).rb.setChecked(true); in setupRadioButtons()
/frameworks/base/core/java/android/widget/
DAbsListView.java5566 for (int checkedIndex = 0; checkedIndex < mCheckedIdStates.size(); checkedIndex++) { in confirmCheckedPositionsById()
5567 final long id = mCheckedIdStates.keyAt(checkedIndex); in confirmCheckedPositionsById()
5568 final int lastPos = mCheckedIdStates.valueAt(checkedIndex); in confirmCheckedPositionsById()
5581 mCheckedIdStates.setValueAt(checkedIndex, searchPos); in confirmCheckedPositionsById()
5588 checkedIndex--; in confirmCheckedPositionsById()