Searched refs:authorizeConnectRequestOnGroupOwner (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | ISupplicantP2pIfaceHal.java | 681 boolean authorizeConnectRequestOnGroupOwner(WifiP2pConfig config, in authorizeConnectRequestOnGroupOwner() method
|
D | SupplicantP2pIfaceHal.java | 1292 public boolean authorizeConnectRequestOnGroupOwner( in authorizeConnectRequestOnGroupOwner() method in SupplicantP2pIfaceHal 1300 return mP2pIfaceHal.authorizeConnectRequestOnGroupOwner(config, in authorizeConnectRequestOnGroupOwner()
|
D | WifiP2pNative.java | 1202 public boolean authorizeConnectRequestOnGroupOwner( in authorizeConnectRequestOnGroupOwner() method in WifiP2pNative 1204 return mSupplicantP2pIfaceHal.authorizeConnectRequestOnGroupOwner(config, in authorizeConnectRequestOnGroupOwner()
|
D | SupplicantP2pIfaceHalHidlImpl.java | 2739 public boolean authorizeConnectRequestOnGroupOwner(WifiP2pConfig config, in authorizeConnectRequestOnGroupOwner() method in SupplicantP2pIfaceHalHidlImpl
|
D | SupplicantP2pIfaceHalAidlImpl.java | 995 public boolean authorizeConnectRequestOnGroupOwner( in authorizeConnectRequestOnGroupOwner() method in SupplicantP2pIfaceHalAidlImpl
|
D | WifiP2pServiceImpl.java | 5783 mWifiNative.authorizeConnectRequestOnGroupOwner(mSavedPeerConfig, in processMessageImpl() 5934 mWifiNative.authorizeConnectRequestOnGroupOwner(mSavedPeerConfig, in processMessageImpl()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pNativeTest.java | 1355 when(mSupplicantP2pIfaceHalMock.authorizeConnectRequestOnGroupOwner(any(), anyString())) in testAuthorizeConnectRequestOnGroupOwner() 1359 assertTrue(mWifiP2pNative.authorizeConnectRequestOnGroupOwner(config, TEST_IFACE)); in testAuthorizeConnectRequestOnGroupOwner() 1360 verify(mSupplicantP2pIfaceHalMock).authorizeConnectRequestOnGroupOwner( in testAuthorizeConnectRequestOnGroupOwner()
|
D | WifiP2pServiceImplTest.java | 8860 verify(mWifiNative, never()).authorizeConnectRequestOnGroupOwner(any(), anyString()); in verifyPairingBootstrappingNegotiationWithOpportunisticMethodOnGroupOwner() 8864 verify(mWifiNative, times(1)).authorizeConnectRequestOnGroupOwner( in verifyPairingBootstrappingNegotiationWithOpportunisticMethodOnGroupOwner() 8904 verify(mWifiNative, times(1)).authorizeConnectRequestOnGroupOwner( in verifyPairingBootstrappingNegotiationWithKeypadPincodeMethodOnGroupOwner() 8943 verify(mWifiNative, times(1)).authorizeConnectRequestOnGroupOwner( in verifyPairingBootstrappingNegotiationWithKeypadPassphraseMethodOnGroupOwner() 8984 verify(mWifiNative, times(1)).authorizeConnectRequestOnGroupOwner( in verifyPairingBootstrappingNegotiationWithDisplayPinCodeMethodOnGroupOwner() 9028 verify(mWifiNative, times(1)).authorizeConnectRequestOnGroupOwner( in verifyPairingBootstrappingNegotiationWithDisplayPassphraseMethodOnGroupOwner()
|
D | SupplicantP2pIfaceHalAidlImplTest.java | 3405 assertTrue(mDut.authorizeConnectRequestOnGroupOwner(config, in testAuthorizeConnectRequestOnGroupOwner()
|