Searched refs:onMatchExpired (Results 1 – 6 of 6) sorted by relevance
293 public void onMatchExpired(int requestorInstanceId) { in onMatchExpired() method in WifiAwareDiscoverySessionState308 mCallback.onMatchExpired(peerId); in onMatchExpired()
3262 data.second.onMatchExpired(requestorInstanceId); in onMatchExpiredLocal()
38 void onMatchExpired(int peerId); in onMatchExpired() method
861 public void onMatchExpired(int peerId) { in onMatchExpired() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
400 sessionProxyCallback.getValue().onMatchExpired(peerHandle.peerId); in testPublishFlow()549 sessionProxyCallback.getValue().onMatchExpired(peerHandle.peerId); in testSubscribeFlow()
3664 inOrder.verify(mockSessionCallback).onMatchExpired(peerIdCaptor.capture()); in testMatchAndLost()