Searched refs:getProfile (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn/
H A DVpnProfileActor.java27 VpnProfile getProfile(); method in interface:VpnProfileActor
H A DL2tpEditor.java45 L2tpProfile profile = (L2tpProfile) getProfile();
57 final L2tpProfile profile = (L2tpProfile) getProfile();
83 return ((L2tpProfile) getProfile()).getSecretString();
88 ((L2tpProfile) getProfile()).setSecretString(secret);
H A DL2tpIpsecPskEditor.java58 return ((L2tpIpsecPskProfile) getProfile()).getPresharedKey();
63 ((L2tpIpsecPskProfile) getProfile()).setPresharedKey(secret);
H A DPptpEditor.java41 PptpProfile profile = (PptpProfile) getProfile();
45 final PptpProfile profile = (PptpProfile) getProfile();
H A DVpnEditor.java77 outState.putParcelable(KEY_PROFILE, getProfile());
145 if (profileChanged()) setResult(getProfile());
191 private VpnProfile getProfile() { method in class:VpnEditor
192 return mProfileEditor.getProfile();
197 getProfile().writeToParcel(newParcel, 0);
H A DVpnProfileEditor.java48 public VpnProfile getProfile() { method in class:VpnProfileEditor
68 setName(getProfile().getName());
186 getProfile().setName(newName);
H A DAuthenticationActor.java58 public VpnProfile getProfile() { method in class:AuthenticationActor
H A DVpnSettings.java321 VpnProfile p = getProfile(getProfilePositionFrom(
346 VpnProfile p = getProfile(position);
496 private VpnProfile getProfile(int position) { method in class:VpnSettings
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java97 SipProfile getProfile() { method in class:SipSettings.SipPreference

Completed in 104 milliseconds