Searched refs:toRemove (Results 1 – 4 of 4) sorted by relevance
76 public void removeListener(NetworkEventListener toRemove) { in removeListener() argument78 if (listener == toRemove) { in removeListener()
325 ArrayList<HttpCookie> toRemove = new ArrayList<HttpCookie>(); in getInternal1() local340 toRemove.add(c); in getInternal1()345 for (HttpCookie c : toRemove) { in getInternal1()349 toRemove.clear(); in getInternal1()
102 Node toRemove = n; // because removeChild() detaches siblings in replaceWholeText() local104 parent.removeChild(toRemove); in replaceWholeText()
148 Set<String> toRemove = new HashSet<String>(); in test_Provider_getServices() local154 toRemove.add(remainingAlgo); in test_Provider_getServices()160 remainingAlgorithms.removeAll(toRemove); in test_Provider_getServices()