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

/frameworks/base/core/java/android/net/
H A DDnsPinger.java96 private List<ActivePing> mActivePings = new ArrayList<ActivePing>(); field in class:DnsPinger
175 mActivePings.add(newActivePing);
187 for (ActivePing curPing : mActivePings) {
212 Iterator<ActivePing> iter = mActivePings.iterator();
226 if (!mActivePings.isEmpty()) {
232 for (ActivePing activePing : mActivePings)
234 mActivePings.clear();

Completed in 47 milliseconds