Searched refs:mSelectedKey (Results 1 – 5 of 5) 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()
40 private String mSelectedKey; field in DataUsageUnitPreferenceController56 mSelectedKey = isGb ? mGbPreferenceKey : mMbPreferenceKey; in setDefaultSelection()61 if (mSelectedKey == null) { in checkInitialized()69 return mSelectedKey; in getCurrentCheckedKey()94 mSelectedKey = preference.getKey().equals(mGbPreferenceKey) in handleGroupItemSelected()101 return mSelectedKey.equals(mGbPreferenceKey); in isGbSelected()
130 private String mSelectedKey; field in ApnSettings341 mSelectedKey = getSelectedApnKey(); in fillList()369 if ((mSelectedKey != null) && mSelectedKey.equals(key)) { in fillList()445 mSelectedKey = key; in setSelectedApnKey()449 values.put(APN_ID, mSelectedKey); in setSelectedApnKey()
274 private final String mSelectedKey; field in DefaultAutofillPicker.AutofillSettingIntentProvider279 mSelectedKey = key; in AutofillSettingIntentProvider()294 if (TextUtils.equals(mSelectedKey, flattenKey)) { in getIntent()