OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eapMethod
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java
110
* @param
eapMethod
The EAP method
118
public static WifiConfiguration createEapConfig(String ssid, String password, int
eapMethod
,
135
config.enterpriseConfig.setEapMethod(
eapMethod
);
211
int
eapMethod
= getEapMethod(jsonConfig.getString("eap"));
232
config = createEapConfig(ssid, password,
eapMethod
, phase2, identity,
290
private static int getEapMethod(String
eapMethod
) {
291
if ("TLS".equalsIgnoreCase(
eapMethod
)) {
294
if ("TTLS".equalsIgnoreCase(
eapMethod
)) {
297
if ("PEAP".equalsIgnoreCase(
eapMethod
)) {
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
267
* @param
eapMethod
is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
271
public void setEapMethod(int
eapMethod
) {
272
switch (
eapMethod
) {
282
mFields.put(EAP_KEY, Eap.strings[
eapMethod
]);
295
String
eapMethod
= mFields.get(EAP_KEY);
296
return getStringIndex(Eap.strings,
eapMethod
, Eap.NONE);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
425
int
eapMethod
= mEapMethodSpinner.getSelectedItemPosition();
427
config.enterpriseConfig.setEapMethod(
eapMethod
);
428
switch (
eapMethod
) {
656
int
eapMethod
= enterpriseConfig.getEapMethod();
658
mEapMethodSpinner.setSelection(
eapMethod
);
659
showEapFieldsByMethod(
eapMethod
);
660
switch (
eapMethod
) {
717
private void showEapFieldsByMethod(int
eapMethod
) {
729
switch (
eapMethod
) {
[
all
...]
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 89 milliseconds