Home
last modified time | relevance | path

Searched refs:strValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
DVpnProfileParser.java135 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;
[all …]
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
DphNxpConfig.cpp208 string strValue; in readConfig() local
252 strValue.erase (); in readConfig()
349 strValue.push_back (c); in readConfig()
377 strValue.push_back (((numValue >> (n * 8)) & 0xFF)); in readConfig()
379 if (strValue.length() > 0) in readConfig()
380 pParam = new CNxpNfcParam (token.c_str (), strValue); in readConfig()
385 strValue.erase (); in readConfig()
392 strValue.push_back('\0'); in readConfig()
394 pParam = new CNxpNfcParam(token.c_str(), strValue); in readConfig()
399 strValue.push_back(c); in readConfig()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java766 final String strValue) { in matchTypedValue() argument
777 return StringUtils.containsInArray(strValue, a.getString(index).split("\\|")); in matchTypedValue()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...