Searched refs:hasRealMacAddress (Results 1 – 3 of 3) sorted by relevance
353 public boolean hasRealMacAddress() { in hasRealMacAddress() method in WifiInfo
2255 assertFalse(mWsm.getWifiInfo().hasRealMacAddress()); in testWifiInfoReturnDefaultMacWhenDisconnectedWithRandomization()
11126 return wifiInfo.hasRealMacAddress() ? wifiInfo.getMacAddress() : null; in getWifiMacAddress()