HomeSort by relevance Sort by last modified time
    Searched refs:updateRadioButtons (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 81 private void updateRadioButtons(RadioButtonPreference activated) {
118 updateRadioButtons(null);
121 updateRadioButtons(mSensorsOnly);
124 updateRadioButtons(mBatterySaving);
127 updateRadioButtons(mHighAccuracy);
  /packages/apps/Settings/src/com/android/settings/notification/
ChannelImportanceSettings.java 101 updateRadioButtons(KEY_IMPORTANCE_MIN);
104 updateRadioButtons(KEY_IMPORTANCE_LOW);
107 updateRadioButtons(KEY_IMPORTANCE_DEFAULT);
111 updateRadioButtons(KEY_IMPORTANCE_HIGH);
118 private void updateRadioButtons(String selectionKey) {
145 updateRadioButtons(clicked.getKey());

Completed in 510 milliseconds