Searched refs:serviceFlush (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java495 return mSupplicantP2pIfaceHal.serviceFlush();
H A DSupplicantP2pIfaceHal.java509 public boolean serviceFlush() { method in class:SupplicantP2pIfaceHal
511 if (!checkSupplicantP2pIfaceAndLogFailure("serviceFlush")) return false;
512 SupplicantResult<Void> result = new SupplicantResult("serviceFlush()");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java391 * Sunny day scenario for serviceFlush()
397 assertFalse(mDut.serviceFlush());
399 assertTrue(mDut.serviceFlush());
403 * Verify that serviceFlush returns false, if status is not SUCCESS.
409 assertFalse(mDut.serviceFlush());
415 * Verify that serviceFlush disconnects and returns false, if HAL throws exception.
421 assertFalse(mDut.serviceFlush());

Completed in 81 milliseconds