Home
last modified time | relevance | path

Searched refs:stopDppResponder (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1065 when(mStaIfaceHalAidlMock.stopDppResponder(anyString(), anyInt())).thenReturn(true); in testStopDppResponder()
1066 assertTrue(mDut.stopDppResponder(IFACE_NAME, NETWORK_ID)); in testStopDppResponder()
1067 verify(mStaIfaceHalAidlMock).stopDppResponder(eq(IFACE_NAME), eq(NETWORK_ID)); in testStopDppResponder()
DDppManagerTest.java1273 verify(mWifiNative).stopDppResponder(eq(TEST_INTERFACE_NAME), eq(TEST_BOOTSTRAP_ID)); in testDppStopSessionInResponderMode()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DISupplicantStaIfaceHal.java674 boolean stopDppResponder(@NonNull String ifaceName, int ownBootstrapId); in stopDppResponder() method
DSupplicantStaIfaceHal.java2143 public boolean stopDppResponder(@NonNull String ifaceName, int ownBootstrapId) { in stopDppResponder() method in SupplicantStaIfaceHal
2149 return mStaIfaceHal.stopDppResponder(ifaceName, ownBootstrapId); in stopDppResponder()
DDppManager.java618 if (!mWifiNative.stopDppResponder(mClientIfaceName, mDppRequestInfo.bootstrapId)) { in cleanupDppResources()
DSupplicantStaIfaceHalAidlImpl.java3442 public boolean stopDppResponder(@NonNull String ifaceName, int ownBootstrapId) { in stopDppResponder() method in SupplicantStaIfaceHalAidlImpl
3450 iface.stopDppResponder(ownBootstrapId); in stopDppResponder()
DSupplicantStaIfaceHalHidlImpl.java3727 public boolean stopDppResponder(@NonNull String ifaceName, int ownBootstrapId) { in stopDppResponder() method in SupplicantStaIfaceHalHidlImpl
3748 staIfaceV14.stopDppResponder(ownBootstrapId); in stopDppResponder()
DWifiNative.java3333 public boolean stopDppResponder(@NonNull String ifaceName, int ownBootstrapId) {
3334 return mSupplicantStaIfaceHal.stopDppResponder(ifaceName, ownBootstrapId);