Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DTestUtils.java84 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() method in TestUtils.MonitoredWifiAwareNativeApi
H A DWifiAwareStateManagerTest.java1380 inOrder.verify(mMockNative).stopSubscribe((short) 0, subscribeId); in testDisconnectWhileSubscribePending()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareDiscoverySessionState.java142 mWifiAwareNativeApi.stopSubscribe((short) 0, mPubSubId); in terminate()
H A DWifiAwareNativeApi.java920 public boolean stopSubscribe(short transactionId, byte pubSubId) { in stopSubscribe() method in WifiAwareNativeApi