OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSelectedKey
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApnPreference.java
50
private static String
mSelectedKey
= null;
65
boolean isChecked = getKey().equals(
mSelectedKey
);
68
mSelectedKey
= getKey();
88
return getKey().equals(
mSelectedKey
);
92
mSelectedKey
= getKey();
106
mSelectedKey
= getKey();
107
callChangeListener(
mSelectedKey
);
110
mSelectedKey
= null;
ApnSettings.java
86
private String
mSelectedKey
;
173
mSelectedKey
= getSelectedApnKey();
192
if ((
mSelectedKey
!= null) &&
mSelectedKey
.equals(key)) {
260
mSelectedKey
= key;
264
values.put(APN_ID,
mSelectedKey
);
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java
85
private String
mSelectedKey
;
278
mSelectedKey
= profile.key;
293
VpnPreference preference = mPreferences.get(
mSelectedKey
);
306
disconnect(
mSelectedKey
);
308
mPreferences.remove(
mSelectedKey
);
309
mKeyStore.delete(Credentials.VPN +
mSelectedKey
);
Completed in 3666 milliseconds