OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:serviceFlush
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java
509
public boolean
serviceFlush
() {
511
if (!checkSupplicantP2pIfaceAndLogFailure("
serviceFlush
")) return false;
512
SupplicantResult<Void> result = new SupplicantResult("
serviceFlush
()");
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java
391
* 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
());
[
all
...]
Completed in 114 milliseconds