OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSecurityType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java
49
private String
mSecurityType
= null;
62
mSecurityType
= arguments.getString("security-type");
67
assertNotNull("Security type is empty",
mSecurityType
);
128
SECURITY_TYPE security = SECURITY_TYPE.valueOf(
mSecurityType
);
198
fail("Not a valid security type: " +
mSecurityType
);
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
89
private String[]
mSecurityType
;
175
mSecurityType
= getResources().getStringArray(R.array.wifi_ap_security);
183
s,
mSecurityType
[WifiApDialog.OPEN_INDEX]));
188
mSecurityType
[index]));
586
mSecurityType
[index]));
Completed in 48 milliseconds