OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attemptiter
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java
557
Iterator<Long>
attemptIter
= mConnectionAttemptTimeStamps.iterator();
559
while (
attemptIter
.hasNext()) {
560
Long connectionAttemptTimeMillis =
attemptIter
.next();
563
attemptIter
.remove();
[
all
...]
Completed in 51 milliseconds