OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForAttach
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java
46
*
waitForAttach
method.
76
public Pair<Integer, WifiAwareSession>
waitForAttach
() throws InterruptedException {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DataPathOutOfBandTestCase.java
116
Pair<Integer, WifiAwareSession> results = attachCb.
waitForAttach
();
DataPathInBandTestCase.java
112
Pair<Integer, WifiAwareSession> results = attachCb.
waitForAttach
();
Completed in 65 milliseconds