OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Phase2
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
23
import android.net.wifi.WifiEnterpriseConfig.
Phase2
;
59
assertTrue(config.getPhase2Method() ==
Phase2
.NONE);
60
config.setPhase2Method(
Phase2
.PAP);
61
assertTrue(config.getPhase2Method() ==
Phase2
.PAP);
62
config.setPhase2Method(
Phase2
.MSCHAP);
63
assertTrue(config.getPhase2Method() ==
Phase2
.MSCHAP);
64
config.setPhase2Method(
Phase2
.MSCHAPV2);
65
assertTrue(config.getPhase2Method() ==
Phase2
.MSCHAPV2);
66
config.setPhase2Method(
Phase2
.GTC);
67
assertTrue(config.getPhase2Method() ==
Phase2
.GTC)
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
81
private static final String PHASE2_KEY = "
phase2
";
237
public static final class
Phase2
{
252
private
Phase2
() {}
300
* @param phase2Method is the inner authentication method and can be one of {@link
Phase2
#NONE},
301
* {@link
Phase2
#PAP}, {@link
Phase2
#MSCHAP}, {@link
Phase2
#MSCHAPV2},
302
* {@link
Phase2
#GTC}
303
* @throws IllegalArgumentException on an invalid
phase2
method
308
case
Phase2
.NONE
642
String
phase2
= mFields.get(PHASE2_KEY);
local
[
all
...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
47
* security, eap,
phase2
, identity, password, anonymousidentity, cacert, usercert,
58
* <
phase2
>MSCHAP2</
phase2
>
112
boolean
phase2
= false;
140
if (tagName.equalsIgnoreCase("
phase2
")) {
141
phase2
= true;
213
config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.
Phase2
.NONE);
264
if (
phase2
) {
267
config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.
Phase2
.PAP);
269
config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.
Phase2
.MSCHAP)
[
all
...]
/external/llvm/utils/release/
test-release.sh
367
llvmCore_phase2_objdir=$BuildDir/
Phase2
/$Flavor/llvmCore-$Release-$RC.obj
368
llvmCore_phase2_installdir=$BuildDir/
Phase2
/$Flavor/llvmCore-$Release-$RC.install
369
llvmCore_de_phase2_objdir=$BuildDir/
Phase2
/$Flavor/llvmCore-DragonEgg-$Release-$RC.obj
370
llvmCore_de_phase2_installdir=$BuildDir/
Phase2
/$Flavor/llvmCore-DragonEgg-$Release-$RC.install
371
dragonegg_phase2_objdir=$BuildDir/
Phase2
/$Flavor/DragonEgg-$Release-$RC.obj
447
# Compare .o files between
Phase2
and Phase3 and report which ones
453
p3=`echo $o | sed -e 's,
Phase2
,Phase3,'`
501
# Compare .o files between
Phase2
and Phase3 and report which ones differ.
506
p3=`echo $o | sed -e 's,
Phase2
,Phase3,'`
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
36
import android.net.wifi.WifiEnterpriseConfig.
Phase2
;
85
/*
Phase2
methods supported by PEAP are limited */
87
/* Full list of
phase2
methods */
385
// PEAP supports limited
phase2
values
390
config.enterpriseConfig.setPhase2Method(
Phase2
.NONE);
393
config.enterpriseConfig.setPhase2Method(
Phase2
.MSCHAPV2);
396
config.enterpriseConfig.setPhase2Method(
Phase2
.GTC);
399
Log.e(TAG, "Unknown
phase2
method" + phase2Method);
587
mPhase2Spinner = (Spinner) mView.findViewById(R.id.
phase2
);
606
case
Phase2
.NONE
[
all
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1057 milliseconds