Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java84 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() method in TestUtils.MonitoredWifiAwareNativeApi
DWifiAwareStateManagerTest.java1335 inOrder.verify(mMockNative).stopSubscribe((short) 0, subscribeId); in testDisconnectWhileSubscribePending()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java127 mWifiAwareNativeApi.stopSubscribe((short) 0, mPubSubId); in terminate()
DWifiAwareNativeApi.java779 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() method in WifiAwareNativeApi