Home
last modified time | relevance | path

Searched refs:currentDiscoveryInterfaceMac (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java247 public void onClusterChange(int flag, byte[] mac, byte[] currentDiscoveryInterfaceMac) { in onClusterChange() argument
253 + String.valueOf(HexEncoding.encode(currentDiscoveryInterfaceMac)) in onClusterChange()
257 if (mNotifyIdentityChange && !Arrays.equals(currentDiscoveryInterfaceMac, in onClusterChange()
264 hasPermission ? currentDiscoveryInterfaceMac : ALL_ZERO_MAC); in onClusterChange()
270 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()