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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DRadioGroupBindingAdapterTest.java40 assertEquals(mBindingObject.getCheckedButton(), mView.getCheckedRadioButtonId());
44 assertEquals(mBindingObject.getCheckedButton(), mView.getCheckedRadioButtonId());
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java43 group.getCheckedRadioButtonId());
60 group.getCheckedRadioButtonId());
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DRadioGroupBindingAdapter.java26 @InverseBindingMethod(type = RadioGroup.class, attribute = "android:checkedButton", method = "getCheckedRadioButtonId"),
31 if (id != view.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.java165 * @see #getCheckedRadioButtonId()
215 public int getCheckedRadioButtonId() { method in class:RadioGroup
221 * in this group is selected and {@link #getCheckedRadioButtonId()} returns
225 * @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 3901 milliseconds