Searched refs:getMacAddress (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DRttServiceTest.java157 when(mWifiNative.getMacAddress()).thenReturn(MAC);
257 verify(mWifiNative, times(1)).getMacAddress();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java306 * Makes a callback to HIDL to getMacAddress from supplicant
310 public String getMacAddress() { method in class:WifiNative
311 return mSupplicantStaIfaceHal.getMacAddress();
1560 String[] macAddrStr = getMacAddress().split(":");
H A DSupplicantStaIfaceHal.java1184 * Makes a callback to HIDL to getMacAddress from supplicant
1188 public String getMacAddress() { method in class:SupplicantStaIfaceHal
1190 final String methodStr = "getMacAddress";
1194 mISupplicantStaIface.getMacAddress((SupplicantStatus status,
H A DRttService.java473 mResponderConfig.macAddress = mWifiNative.getMacAddress();
H A DWifiStateMachine.java3099 result.setMacAddress(mWifiInfo.getMacAddress());
4120 mWifiInfo.setMacAddress(mWifiNative.getMacAddress());
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java243 Utils.parseMac(wifiManager.getConnectionInfo().getMacAddress())) :
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java449 public String getMacAddress() { method in class:WifiInfo
454 * @return true if {@link #getMacAddress()} has a real MAC address.
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java9848 return wifiInfo.hasRealMacAddress() ? wifiInfo.getMacAddress() : null;

Completed in 1256 milliseconds