Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanClientState.java35 /* package */ static final int CLUSTER_CHANGE_EVENT_STARTED = 0; field in WifiNanClientState
DWifiNanNative.java566 .onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, mac); in onDiscoveryEngineEvent()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanStateManagerTest.java120 mDut.onClusterChange(WifiNanClientState.CLUSTER_CHANGE_EVENT_STARTED, someMac); in testNanEventsDelivered()