Searched refs:mOutstanding (Results 1 – 1 of 1) sorted by relevance
52 private final LinkedList<PendingUpdate> mOutstanding = new LinkedList<>(); field in RemediationHandler73 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()