Searched refs:persistentNetworkId (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackHidlV1_4Impl.java | 198 byte[] bssid, int persistentNetworkId, int operatingFrequency) { in onInvitationReceived() argument 200 persistentNetworkId, operatingFrequency); in onInvitationReceived()
|
D | SupplicantP2pIfaceCallbackAidlImpl.java | 398 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()
|
D | SupplicantP2pIfaceCallbackHidlImpl.java | 344 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/ |
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 1125 params.persistentNetworkId = TEST_NETWORK_ID; in testOnInvitationReceivedWithParams()
|