Searched refs:mSelectedKey (Results 1 – 6 of 6) sorted by relevance
55 private static String mSelectedKey = null; field in ApnPreference71 boolean isChecked = getKey().equals(mSelectedKey); in getView()74 mSelectedKey = getKey(); in getView()95 return getKey().equals(mSelectedKey); in isChecked()99 mSelectedKey = getKey(); in setChecked()117 mSelectedKey = getKey(); in onCheckedChanged()118 callChangeListener(mSelectedKey); in onCheckedChanged()121 mSelectedKey = null; in onCheckedChanged()
123 private String mSelectedKey; field in ApnSettingsActivity.ApnSettingsFragment239 mSelectedKey = BugleApnSettingsLoader.getFirstTryApn(mDatabase, mccMnc); in fillList()258 if ((mSelectedKey != null && mSelectedKey.equals(key))) { in fillList()326 mSelectedKey = key; in setSelectedApnKey()
42 private String mSelectedKey; field in DataUsageUnitPreferenceController58 mSelectedKey = isGb ? mGbPreferenceKey : mMbPreferenceKey; in setDefaultSelection()63 if (mSelectedKey == null) { in checkInitialized()71 return mSelectedKey; in getCurrentCheckedKey()100 mSelectedKey = preference.getKey().equals(mGbPreferenceKey) in handleGroupItemSelected()107 return mSelectedKey.equals(mGbPreferenceKey); in isGbSelected()
84 @NonNull String mSelectedKey = KEY_PREF_DEFAULT; field in UserAspectRatioDetails107 mSelectedKey = getSelectedKey(userAspectRatio); in onCreate()117 if (mSelectedKey.equals(selectedKey)) { in onRadioButtonClicked()127 logActionMetrics(selectedKey, mSelectedKey); in onRadioButtonClicked()129 mSelectedKey = selectedKey; in onRadioButtonClicked()130 updateAllPreferences(mSelectedKey); in onRadioButtonClicked()150 updateAllPreferences(mSelectedKey); in refreshUi()
206 assertEquals(KEY_PREF_FULLSCREEN, mFragment.mSelectedKey);208 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));216 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));217 assertEquals(KEY_PREF_DEFAULT, mFragment.mSelectedKey);225 assertEquals(KEY_PREF_DEFAULT, mFragment.mSelectedKey);227 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));
274 private final String mSelectedKey; field in DefaultAutofillPicker.AutofillSettingIntentProvider279 mSelectedKey = key; in AutofillSettingIntentProvider()294 if (TextUtils.equals(mSelectedKey, flattenKey)) { in getIntent()