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

  /packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java 77 private final RadioButtonGroupState mSharedState;
102 mSharedState = state;
113 if (mSharedState == null) {
122 boolean isChecked = getKey().equals(mSharedState.getCurrentKey());
124 mSharedState.setCurrentChecked(rb);
216 (mSharedState.getCurrentChecked() == buttonView)) {
245 if (mSharedState.getCurrentChecked() != null) {
246 mSharedState.getCurrentChecked().setChecked(false);
248 mSharedState.setCurrentChecked(current);
249 mSharedState.setCurrentKey(getKey())
    [all...]
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputPreference.java 51 private final RadioButtonGroupState mSharedState;
75 mSharedState = state;
89 if (mSharedState == null) {
98 boolean isChecked = getKey().equals(mSharedState.getCurrentKey());
100 mSharedState.setCurrentChecked(rb);
181 if (mSharedState.getCurrentChecked() == buttonView) {
212 if (mSharedState.getCurrentChecked() != null) {
213 mSharedState.getCurrentChecked().setChecked(false);
215 mSharedState.setCurrentChecked(current);
216 mSharedState.setCurrentKey(getKey())
    [all...]

Completed in 1961 milliseconds