Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java276 int bootstrappingInstanceId) { in notifyInitiateBootstrappingResponse() argument
279 bootstrappingInstanceId); in notifyInitiateBootstrappingResponse()
435 byte[] peerDiscMacAddr, int bootstrappingInstanceId, int method) { in eventBootstrappingRequest() argument
437 peerDiscMacAddr, bootstrappingInstanceId, method); in eventBootstrappingRequest()
DWifiAwareStateManager.java2169 byte[] mac, int bootstrappingInstanceId, int method) { in onBootstrappingRequestNotification() argument
2174 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID, bootstrappingInstanceId); in onBootstrappingRequestNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceCallbackAidlImpl.java291 int bootstrappingInstanceId) { in notifyInitiateBootstrappingResponse() argument
299 bootstrappingInstanceId); in notifyInitiateBootstrappingResponse() local
692 event.bootstrappingInstanceId, event.requestBootstrappingMethod); in eventBootstrappingRequest()
702 event.bootstrappingInstanceId, in eventBootstrappingConfirm()
DWifiNanIface.java665 int bootstrappingInstanceId); in notifyInitiateBootstrappingResponse() argument
848 int bootstrappingInstanceId, int method); in eventBootstrappingRequest() argument
DWifiNanIfaceAidlImpl.java598 request.bootstrappingInstanceId = bootstrappingId; in createNanBootstrappingResponse()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java593 assertEquals(1, request.bootstrappingInstanceId); in testRespondToNanBootstrappingRequest()