Searched refs:onClusterChange (Results 1 – 5 of 5) sorted by relevance
155 public int onClusterChange(int flag, byte[] mac) { in onClusterChange() method in WifiNanClientState
566 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, mac); in onDiscoveryEngineEvent()569 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, mac); in onDiscoveryEngineEvent()
285 public void onClusterChange(int flag, byte[] clusterId) { in onClusterChange() method in WifiNanStateManager898 interested += client.onClusterChange(flag, clusterId); in onClusterChangeLocal()
120 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, someMac); in testNanEventsDelivered()173 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, someMac); in testNanEventsNotDelivered()
576 verify(mNanStateManager).onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, in testClusterChange()