Home
last modified time | relevance | path

Searched refs:respondToBootstrappingRequest (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java142 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() method in TestUtils.MonitoredWifiAwareNativeApi
DWifiAwareStateManagerTest.java4740 inOrder.verify(mMockNative).respondToBootstrappingRequest(transactionId.capture(), in testPublishWithPairingSetup()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java841 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() method in WifiAwareNativeApi
854 return iface.respondToBootstrappingRequest(transactionId, bootstrappingId, accept, in respondToBootstrappingRequest()
DWifiAwareDiscoverySessionState.java569 boolean success = mWifiAwareNativeApi.respondToBootstrappingRequest(transactionId, in respondToBootstrapping()
DWifiAwareStateManager.java1435 private void respondToBootstrappingRequest(int clientId, int sessionId, int peerId, in respondToBootstrappingRequest() method in WifiAwareStateManager
5412 respondToBootstrappingRequest(data.first.getClientId(), data.second.getSessionId(), in onBootstrappingRequestReceivedLocal()
5416 respondToBootstrappingRequest(data.first.getClientId(), data.second.getSessionId(), in onBootstrappingRequestReceivedLocal()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIface.java528 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() method in WifiNanIface