Home
last modified time | relevance | path

Searched defs:getMacAddress (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiClient.java44 public MacAddress getMacAddress() { in getMacAddress() method in WifiClient
DWifiInfo.java1188 public String getMacAddress() { in getMacAddress() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java90 public String getMacAddress(@NonNull String ifaceName) { in getMacAddress() method in SystemInfo
/packages/modules/Connectivity/framework/src/android/net/
DTestNetworkInterface.java111 public MacAddress getMacAddress() { in getMacAddress() method in TestNetworkInterface
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DInterfaceParams.java98 private static MacAddress getMacAddress(NetworkInterface netif) { in getMacAddress() method in InterfaceParams
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbOwrAoaMeasurement.java47 public byte[] getMacAddress() { in getMacAddress() method in UwbOwrAoaMeasurement
DUwbTwoWayMeasurement.java67 public byte[] getMacAddress() { in getMacAddress() method in UwbTwoWayMeasurement
DUwbDlTDoAMeasurement.java74 public byte[] getMacAddress() { in getMacAddress() method in UwbDlTDoAMeasurement
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/oemextension/
DAdvertisePointedTarget.java55 public UwbAddress getMacAddress() { in getMacAddress() method in AdvertisePointedTarget
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheredClient.java66 public MacAddress getMacAddress() { in getMacAddress() method in TetheredClient
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ip/
DIpNeighborMonitor.java181 private static MacAddress getMacAddress(byte[] linkLayerAddress) { in getMacAddress() method in IpNeighborMonitor
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraHybridSessionControllerConfig.java249 public UwbAddress getMacAddress() { in getMacAddress() method in FiraHybridSessionControllerConfig.FiraHybridSessionPhaseList
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DRangingResult.java561 public MacAddress getMacAddress() { in getMacAddress() method in RangingResult
DResponderConfig.java567 public MacAddress getMacAddress() { in getMacAddress() method in ResponderConfig
/packages/modules/Wifi/service/java/com/android/server/wifi/
DISupplicantStaIfaceHal.java391 String getMacAddress(@NonNull String ifaceName); in getMacAddress() method
DSupplicantStaIfaceHal.java1591 public String getMacAddress(@NonNull String ifaceName) { in getMacAddress() method in SupplicantStaIfaceHal
DSupplicantStaIfaceHalAidlImpl.java1758 public String getMacAddress(@NonNull String ifaceName) { in getMacAddress() method in SupplicantStaIfaceHalAidlImpl
DSupplicantStaIfaceHalHidlImpl.java2102 public String getMacAddress(@NonNull String ifaceName) { in getMacAddress() method in SupplicantStaIfaceHalHidlImpl
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java326 private String getMacAddress(NetworkInterface ni) { in getMacAddress() method in ConnectivityFragment