Searched refs:mLastDiscoveryInterfaceMac (Results 1 – 1 of 1) sorted by relevance
74 private byte[] mLastDiscoveryInterfaceMac = ALL_ZERO_MAC; field in WifiAwareClientState258 + String.valueOf(HexEncoding.encode(mLastDiscoveryInterfaceMac))); in onInterfaceAddressChange()260 if (mNotifyIdentityChange && !Arrays.equals(mac, mLastDiscoveryInterfaceMac)) { in onInterfaceAddressChange()272 mLastDiscoveryInterfaceMac = mac; in onInterfaceAddressChange()295 HexEncoding.encode(mLastDiscoveryInterfaceMac)) in onClusterChange()300 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()308 if (!Arrays.equals(currentDiscoveryInterfaceMac, mLastDiscoveryInterfaceMac)) { in onClusterChange()317 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()