Searched defs:find (Results 1 – 4 of 4) sorted by relevance
34 public static @Nullable <T> T find(@NonNull List<T> list, long key, in find() method in Collections
79 private DiscoveredPrinter find(Uri printerUri) { in find() method in SavedDiscovery
94 protected UiObject2 find(BySelector selector) { in find() method in Bots.BaseBot
1772 static <T> T find(Iterable<T> coll, Predicate<T> fn) { in find() method in IpClient