Home
last modified time | relevance | path

Searched refs:ifaceType (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java287 private DownstreamType downstreamTypeToEnum(final int ifaceType) { in downstreamTypeToEnum() argument
288 switch(ifaceType) { in downstreamTypeToEnum()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java971 @HdmIfaceTypeForCreation int ifaceType, WorkSource requestorWs) { in creatingIfaceWillDeletePrivilegedIface()
972 List<WifiIfaceInfo> ifaces = getIfacesToDestroyForRequest(ifaceType, true, in creatingIfaceWillDeletePrivilegedIface()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java4431 GetXxxIfaceNamesAnswer(ChipMockBase chipMockBase, @WifiChip.IfaceType int ifaceType) { in GetXxxIfaceNamesAnswer() argument
4433 mIfaceType = ifaceType; in GetXxxIfaceNamesAnswer()