Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java259 public void onClusterChange(int flag, byte[] mac, byte[] currentDiscoveryInterfaceMac) { in onClusterChange() argument
265 + String.valueOf(HexEncoding.encode(currentDiscoveryInterfaceMac)) in onClusterChange()
269 if (mNotifyIdentityChange && !Arrays.equals(currentDiscoveryInterfaceMac, in onClusterChange()
277 hasPermission ? currentDiscoveryInterfaceMac : ALL_ZERO_MAC); in onClusterChange()
283 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()