Searched refs:mSelectedKey (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DApnPreference.java50 private static String mSelectedKey = null; field in class:ApnPreference
65 boolean isChecked = getKey().equals(mSelectedKey);
68 mSelectedKey = getKey();
87 return getKey().equals(mSelectedKey);
91 mSelectedKey = getKey();
105 mSelectedKey = getKey();
106 callChangeListener(mSelectedKey);
109 mSelectedKey = null;
H A DApnSettings.java110 private String mSelectedKey; field in class:ApnSettings
271 mSelectedKey = getSelectedApnKey();
292 if ((mSelectedKey != null) && mSelectedKey.equals(key)) {
397 mSelectedKey = key;
401 values.put(APN_ID, mSelectedKey);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DApnPreference.java56 private static String mSelectedKey = null; field in class:ApnPreference
72 boolean isChecked = getKey().equals(mSelectedKey);
75 mSelectedKey = getKey();
103 return getKey().equals(mSelectedKey);
107 mSelectedKey = getKey();
125 mSelectedKey = getKey();
126 callChangeListener(mSelectedKey);
129 mSelectedKey = null;
H A DApnSettingsActivity.java123 private String mSelectedKey; field in class:ApnSettingsActivity.ApnSettingsFragment
239 mSelectedKey = BugleApnSettingsLoader.getFirstTryApn(mDatabase, mccMnc);
258 if ((mSelectedKey != null && mSelectedKey.equals(key))) {
326 mSelectedKey = key;

Completed in 167 milliseconds