OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIfaceInfoList
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java
110
ArrayList<ISupplicant.IfaceInfo>
mIfaceInfoList
;
158
mIfaceInfoList
= new ArrayList<>();
159
mIfaceInfoList
.add(mStaIface);
160
mIfaceInfoList
.add(mP2pIface);
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java
82
ArrayList<ISupplicant.IfaceInfo>
mIfaceInfoList
;
172
mIfaceInfoList
= new ArrayList<ISupplicant.IfaceInfo>();
173
mIfaceInfoList
.add(mStaIface);
174
mIfaceInfoList
.add(mP2pIface);
[
all
...]
Completed in 45 milliseconds