OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passwordStr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerStressTestRunner.java
90
String
passwordStr
= (String) icicle.get("reconnect_password");
91
if (
passwordStr
!= null) {
92
mReconnectPassword =
passwordStr
;
AccessPointParserHelper.java
228
String
passwordStr
= new String(ch, start, length);
229
int len =
passwordStr
.length();
235
passwordStr
.matches("[0-9A-Fa-f]*")) {
236
config.wepKeys[0] =
passwordStr
;
238
config.wepKeys[0] = '"' +
passwordStr
+ '"';
241
if (
passwordStr
.matches("[0-9A-Fa-f]{64}")) {
242
config.preSharedKey =
passwordStr
;
244
config.preSharedKey = '"' +
passwordStr
+ '"';
247
config.password.setValue(
passwordStr
);
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
[
all
...]
Completed in 1606 milliseconds