Searched refs:getMacAddress (Results 1 – 17 of 17) sorted by relevance
106 byte[] getMacAddress(); in getMacAddress() method
163 when(mWifiNative.getMacAddress()).thenReturn(MAC); in sendEnableResponder()263 verify(mWifiNative, times(1)).getMacAddress(); in testDisableResponderMultiClient()
2350 assertEquals(WifiInfo.DEFAULT_MAC_ADDRESS, connectionInfo.getMacAddress()); in testConnectedIdsAreVisibleFromPermittedApp()
327 public String getMacAddress() { in getMacAddress() method in WifiNative328 return mSupplicantStaIfaceHal.getMacAddress(); in getMacAddress()1557 String[] macAddrStr = getMacAddress().split(":"); in startSendingOffloadedPacket()
1259 public String getMacAddress() { in getMacAddress() method in SupplicantStaIfaceHal1265 mISupplicantStaIface.getMacAddress((SupplicantStatus status, in getMacAddress()
482 mResponderConfig.macAddress = mWifiNative.getMacAddress(); in processMessage()
1771 result.setMacAddress(mWifiInfo.getMacAddress()); in syncRequestConnectionInfo()4280 mWifiInfo.setMacAddress(mWifiNative.getMacAddress()); in processMessage()
243 Utils.parseMac(wifiManager.getConnectionInfo().getMacAddress())) : in getMAC()
273 hwAddr = mLowpanInterface.getService().getMacAddress(); in enter()
476 public String getMacAddress() { in getMacAddress() method in WifiInfo
9912 return wifiInfo.hasRealMacAddress() ? wifiInfo.getMacAddress() : null; in getWifiMacAddress()
447 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaIface;->getMacAddress(Landroid/hardware/wifi…743 HPLandroid/net/wifi/IClientInterface;->getMacAddress()[B6112 PLandroid/hardware/wifi/supplicant/V1_0/ISupplicantStaIface$Proxy;->getMacAddress(Landroid/hardware…14505 PLcom/android/server/wifi/SupplicantStaIfaceHal;->getMacAddress()Ljava/lang/String;14969 PLcom/android/server/wifi/WifiNative;->getMacAddress()Ljava/lang/String;
18018 method public java.lang.String getMacAddress();
26608 method public java.lang.String getMacAddress();
26764 method public java.lang.String getMacAddress();
29133 method public java.lang.String getMacAddress();
4885 HPLandroid/net/wifi/WifiInfo;->getMacAddress()Ljava/lang/String;