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.java161 int checkedIndex = ALWAYS_ASK_CONDITION_INDEX; in setupRadioButtons() local
163 checkedIndex = FOREVER_CONDITION_INDEX; in setupRadioButtons()
165 checkedIndex = COUNTDOWN_CONDITION_INDEX; in setupRadioButtons()
174 getConditionTagAt(checkedIndex).rb.setChecked(true); in setupRadioButtons()
/frameworks/base/core/java/android/widget/
DAbsListView.java5547 for (int checkedIndex = 0; checkedIndex < mCheckedIdStates.size(); checkedIndex++) { in confirmCheckedPositionsById()
5548 final long id = mCheckedIdStates.keyAt(checkedIndex); in confirmCheckedPositionsById()
5549 final int lastPos = mCheckedIdStates.valueAt(checkedIndex); in confirmCheckedPositionsById()
5562 mCheckedIdStates.setValueAt(checkedIndex, searchPos); in confirmCheckedPositionsById()
5569 checkedIndex--; in confirmCheckedPositionsById()