Searched refs:needle (Results 1 – 5 of 5) sorted by relevance
695 public final static boolean contains(Collection<Conversation> haystack, Conversation needle) { in contains() argument701 if (needle == null) { in contains()704 final long toFind = needle.id; in contains()
735 File needle = new File(root.file, path.substring(1)); in getFile() local737 StubDocument found = mStorage.get(getDocumentIdForFile(needle)); in getFile()