OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhase2Method
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
59
assertTrue(config.
getPhase2Method
() == Phase2.NONE);
61
assertTrue(config.
getPhase2Method
() == Phase2.PAP);
63
assertTrue(config.
getPhase2Method
() == Phase2.MSCHAP);
65
assertTrue(config.
getPhase2Method
() == Phase2.MSCHAPV2);
67
assertTrue(config.
getPhase2Method
() == Phase2.GTC);
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
322
public int
getPhase2Method
() {
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
595
int phase2Method = enterpriseConfig.
getPhase2Method
();
[
all
...]
/prebuilts/sdk/current/
android.jar
Completed in 100 milliseconds