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.java287 byte[] clusterId, byte[] currentDiscoveryInterfaceMac) { in onClusterChange() argument
293 + String.valueOf(HexEncoding.encode(currentDiscoveryInterfaceMac)) in onClusterChange()
300 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()
308 if (!Arrays.equals(currentDiscoveryInterfaceMac, mLastDiscoveryInterfaceMac)) { in onClusterChange()
311 hasPermission ? currentDiscoveryInterfaceMac : ALL_ZERO_MAC); in onClusterChange()
317 mLastDiscoveryInterfaceMac = currentDiscoveryInterfaceMac; in onClusterChange()