Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java198 byte[] bssid, int persistentNetworkId, int operatingFrequency) { in onInvitationReceived() argument
200 persistentNetworkId, operatingFrequency); in onInvitationReceived()
DSupplicantP2pIfaceCallbackAidlImpl.java398 byte[] bssid, int persistentNetworkId, int operatingFrequency) { in onInvitationReceived() argument
400 persistentNetworkId, operatingFrequency, null); in onInvitationReceived()
420 invitationEventParams.persistentNetworkId, in onInvitationReceivedWithParams()
429 int persistentNetworkId, in handleInvitationReceivedEvent() argument
433 group.setNetworkId(persistentNetworkId); in handleInvitationReceivedEvent()
DSupplicantP2pIfaceCallbackHidlImpl.java344 byte[] bssid, int persistentNetworkId, int operatingFrequency) { in onInvitationReceived() argument
346 group.setNetworkId(persistentNetworkId); in onInvitationReceived()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java1125 params.persistentNetworkId = TEST_NETWORK_ID; in testOnInvitationReceivedWithParams()