Home | History | Annotate | Download | only in vpn2

Lines Matching refs:strValue

135             String strValue = new String(ch, start, length);
137 profile.name = strValue;
141 int t = getVpnProfileType(strValue);
150 profile.server = strValue;
154 profile.username = strValue;
158 profile.password = strValue;
162 profile.dnsServers = strValue;
166 profile.searchDomains = strValue;
170 profile.mppe = Boolean.valueOf(strValue);
174 profile.l2tpSecret = strValue;
178 profile.ipsecIdentifier = strValue;
182 profile.ipsecSecret = strValue;
186 profile.ipsecUserCert = strValue;
190 profile.ipsecCaCert = strValue;
194 profile.ipsecServerCert = strValue;
198 profile.routes = strValue;
202 vpnInfo.setCertificateFile(strValue);
206 vpnInfo.setPassword(strValue);