Home
last modified time | relevance | path

Searched refs:mOutstanding (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
DRemediationHandler.java52 private final LinkedList<PendingUpdate> mOutstanding = new LinkedList<>(); field in RemediationHandler
73 Iterator<PendingUpdate> updates = mOutstanding.iterator(); in networkConfigChange()
101 Iterator<PendingUpdate> updates = mOutstanding.iterator(); in newConnection()
141 mOutstanding.addFirst(new PendingUpdate(bssid, url)); in wnmReceived()
235 mOutstanding.addLast(update); in calculateTimeout()
300 Iterator<PendingUpdate> updates = mOutstanding.iterator(); in inProgress()