Home
last modified time | relevance | path

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

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMainActivity.java73 final RadioGroup optionChooser = (RadioGroup) findViewById(R.id.optionsGroup); in onCreate() local
140 int checkedOption = optionChooser.getCheckedRadioButtonId(); in onCreate()