Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanClientState.java155 public int onClusterChange(int flag, byte[] mac) { in onClusterChange() method in WifiNanClientState
DWifiNanNative.java566 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, mac); in onDiscoveryEngineEvent()
569 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, mac); in onDiscoveryEngineEvent()
DWifiNanStateManager.java285 public void onClusterChange(int flag, byte[] clusterId) { in onClusterChange() method in WifiNanStateManager
898 interested += client.onClusterChange(flag, clusterId); in onClusterChangeLocal()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanStateManagerTest.java120 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, someMac); in testNanEventsDelivered()
173 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, someMac); in testNanEventsNotDelivered()
DWifiNanHalTest.java576 verify(mNanStateManager).onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, in testClusterChange()