Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java540 when(mSupplicantP2pIfaceHalMock.serviceFlush()).thenReturn(true); in testP2pServiceFlush()
542 verify(mSupplicantP2pIfaceHalMock).serviceFlush(); in testP2pServiceFlush()
DSupplicantP2pIfaceHalTest.java497 assertFalse(mDut.serviceFlush()); in testServiceFlush_success()
499 assertTrue(mDut.serviceFlush()); in testServiceFlush_success()
509 assertFalse(mDut.serviceFlush()); in testServiceFlush_failure()
521 assertFalse(mDut.serviceFlush()); in testServiceFlush_exception()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java723 return mSupplicantP2pIfaceHal.serviceFlush(); in p2pServiceFlush()
DSupplicantP2pIfaceHal.java668 public boolean serviceFlush() { in serviceFlush() method in SupplicantP2pIfaceHal