Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java75 private byte[] mLastClusterId = ALL_ZERO_MAC; field in WifiAwareClientState
297 + String.valueOf(HexEncoding.encode(mLastClusterId))); in onClusterChange()
301 mLastClusterId = clusterId; in onClusterChange()
319 if (!Arrays.equals(clusterId, mLastClusterId)) { in onClusterChange()
328 mLastClusterId = clusterId; in onClusterChange()