Home
last modified time | relevance | path

Searched refs:stopSupplicant (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java245 public void stopSupplicant() { in stopSupplicant() method in FrameworkFacade
DSupplicantStaIfaceHal.java736 mFrameworkFacade.stopSupplicant(); in terminate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1545 verify(mFrameworkFacade).stopSupplicant(); in testTerminateV1_0()
1557 verify(mFrameworkFacade, never()).stopSupplicant(); in testTerminateV1_1()