OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentNetworkEapAnonymousIdentity
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java
722
assertEquals(null, mDut.
getCurrentNetworkEapAnonymousIdentity
());
725
assertEquals(anonymousIdentity, mDut.
getCurrentNetworkEapAnonymousIdentity
());
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
542
return mSupplicantStaIfaceHal.
getCurrentNetworkEapAnonymousIdentity
();
[
all
...]
SupplicantStaIfaceHal.java
578
public String
getCurrentNetworkEapAnonymousIdentity
() {
[
all
...]
Completed in 830 milliseconds