Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanClientState.java36 /* package */ static final int CLUSTER_CHANGE_EVENT_JOINED = 1; field in WifiNanClientState
DWifiNanNative.java569 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, mac); in onDiscoveryEngineEvent()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java576 verify(mNanStateManager).onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, in testClusterChange()
DWifiNanStateManagerTest.java173 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_JOINED, someMac); in testNanEventsNotDelivered()