Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanSessionState.java128 WifiNanNative.getInstance().stopSubscribe(transactionId, mPubSubId); in stop()
DWifiNanNative.java298 public void stopSubscribe(short transactionId, int pubSubId) { in stopSubscribe() method in WifiNanNative
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java211 mDut.stopSubscribe(transactionId, subscribeId); in testSubscribeCancel()