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.java5706 for (int checkedIndex = 0; checkedIndex < mCheckedIdStates.size(); checkedIndex++) { in confirmCheckedPositionsById()
5707 final long id = mCheckedIdStates.keyAt(checkedIndex); in confirmCheckedPositionsById()
5708 final int lastPos = mCheckedIdStates.valueAt(checkedIndex); in confirmCheckedPositionsById()
5721 mCheckedIdStates.setValueAt(checkedIndex, searchPos); in confirmCheckedPositionsById()
5728 checkedIndex--; in confirmCheckedPositionsById()