Searched refs:getMacAddressOrNull (Results 1 – 4 of 4) sorted by relevance
72 NativeUtil.getMacAddressOrNull(macAddressStr)); in testGetMacAddressOrNull()73 assertNull(NativeUtil.getMacAddressOrNull(":44:55:66")); in testGetMacAddressOrNull()74 assertNull(NativeUtil.getMacAddressOrNull(null)); in testGetMacAddressOrNull()
143 public static MacAddress getMacAddressOrNull(@Nullable String macAddress) { in getMacAddressOrNull() method in NativeUtil
2727 || clientModeManager.isAffiliatedLinkBssid(NativeUtil.getMacAddressOrNull(bssid))); in isClientModeManagerConnectedOrConnectingToBssid()
3469 NativeUtil.getMacAddressOrNull(mWifiInfo.getBSSID()); in updateLayer2Information()4325 MacAddress currentMac = NativeUtil.getMacAddressOrNull(currentMacString); in configureRandomizedMacAddress()4570 return NativeUtil.getMacAddressOrNull(mLastBssid); in getCurrentBssidInternalMacAddress()