Searched refs:getCheckedRadioButtonId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java43 group.getCheckedRadioButtonId());
60 group.getCheckedRadioButtonId());
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java185 int whichFilling = mFillingGroup.getCheckedRadioButtonId();
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java151 * @see #getCheckedRadioButtonId()
196 public int getCheckedRadioButtonId() { method in class:RadioGroup
202 * in this group is selected and {@link #getCheckedRadioButtonId()} returns
206 * @see #getCheckedRadioButtonId()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java447 return g.getCheckedRadioButtonId();
452 final View v = findViewById(g.getCheckedRadioButtonId());

Completed in 9022 milliseconds