Searched refs:mSelectedKey (Results 1 – 4 of 4) 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()
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()